QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#353609#6821. Another A+B ProblemLVJBot1WA 0ms3540kbC++14108b2024-03-14 12:39:512024-03-14 12:39:51

Judging History

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

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

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: 3540kb

input:

40+11=51
PBGPPGGB

output:

51

result:

wrong answer Jury has 7 answers but participant has 51