QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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; }
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