QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#469452 | #6103. A+B Problem | LVJBot1 | WA | 1ms | 3676kb | C++14 | 154b | 2024-07-09 19:19:21 | 2024-07-09 19:19:21 |
Judging History
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