摘要:
#include #include #include using namespace std; ///二重循环跳出循环的条件相当不简单啊 int main() { int a,b,c; while(cin>>a>>b>>c) { int s=0; int flag=0; for(int i=0;;++i) { if(i*a>c) {coutc) {break;} ... 阅读全文
posted @ 2016-04-22 19:47 shaoweiyi 阅读(116) 评论(0) 推荐(0) 编辑