#include <iostream>
using namespace std;

int main(int argc, char** argv) {
    int i = 0, input;
    //for(cin >> a[i]; a[i]; cin >> a[++i] )    ; ///do nothing
    //while(cin >> input) cout << input / 2 << "
";    ///OK
    //for(; cin >> input; ) cout << input / 2 << "
";    //OK
    for(cin >> input; input; cin >> input) cout << input / 2 << "
";   // 不行
    return 0;
}

第三道题把cin >> input放在for循环第三个表达式为何报错复杂度过大,  而把cin >> input放在while或者for循环做判断条件却可以通过. 先谢谢了Thanks♪(・ω・)ノ
2020-01-16
在牛客打卡2天,今天学习:刷题 6 道/代码提交 34 次
全部评论

相关推荐

2025-12-15 19:41
已编辑
广东工业大学 前端工程师
smile丶snow:尽量保证的一张a4纸吧。为什么工作经历只有公司?如果项目经历是工作里面的,应该写到工作经历里的吧。没有写项目职责,项目全是一个人写的吗?标题大小也好怪。两个项目的分割看不出来是,它和那些项目成功字体是一样大的
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务