QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#353608#6407. Classical A+B ProblemLVJBot1WA 0ms3544kbC++14108b2024-03-14 12:39:172024-03-14 12:39:18

Judging History

你现在查看的是最新测评结果

  • [2024-03-14 12:39:18]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3544kb
  • [2024-03-14 12:39:17]
  • 提交

answer

#include<bits/stdc++.h>
using namespace std; int a,b; int ans; int main(){ cin>>a>>b; cout<<a+b; return 0; }

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3544kb

input:

6
2
786
1332
89110
2333333
10000000000000000000000000001

output:

8

result:

wrong output format Unexpected end of file - token expected (test case 1)