看似正确的答案:

#include <iostream>
using namespace std;
int main(int argc,char* argv[]){
    int a,b;
    cin>>a>>b;
    cout <<(a+b);
    return 0;
}

当你试过后,你会发现看似正确的答案不对,有没有大佬来做一下。

1 comments

  • 1

Information

ID
1459
Time
1000ms
Memory
256MiB
Difficulty
7
Tags
(None)
# Submissions
61
Accepted
12
Uploaded By