QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#353609 | #6821. Another A+B Problem | LVJBot1 | WA | 0ms | 3540kb | C++14 | 108b | 2024-03-14 12:39:51 | 2024-03-14 12:39:51 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std; int a,b; int ans; int main(){ cin>>a>>b; cout<<a+b; return 0; }
詳細信息
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