QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#469452#6103. A+B ProblemLVJBot1WA 1ms3676kbC++14154b2024-07-09 19:19:212024-07-09 19:19:21

Judging History

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

  • [2024-07-09 19:19:21]
  • 评测
  • 测评结果:WA
  • 用时:1ms
  • 内存:3676kb
  • [2024-07-09 19:19:21]
  • 提交

answer

/* Submission UUID: 9f834d72-e6e4-4c1a-87bd-9093ff3d2f92. */
#include<bits/stdc++.h>
using namespace std;int main(){int a,b;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: 1ms
memory: 3676kb

input:

4
1
1
1

output:

5

result:

wrong output format Unexpected end of file - int32 expected