请问这个为什么在1002中编译错误,小白求教bulid by 小哥 at 2018-03-19 17:41
Rating:-

#include <iostream>

using namespace std;

int main() {
    int a, b;
    while (cin >> a >> b) {
        cout << ( a + b ) << endl;
    }
    return 0;
}


1 reply by [四海皆知的打铁匠]Hang☆ at 2018-05-21 20:28
Rating:1933

正常情况G++是不会有问题的,这题评测鸡应该是有问题,你交VC++就可以

回复
要回复,请先登录

T^T Online Judge

[BUG反馈] [FAQ] [闽ICP备17026590号-1]
当前版本:3.24 系统时间: