QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#353608 | #6407. Classical A+B Problem | LVJBot1 | WA | 0ms | 3544kb | C++14 | 108b | 2024-03-14 12:39:17 | 2024-03-14 12:39:18 |
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: 3544kb
input:
6 2 786 1332 89110 2333333 10000000000000000000000000001
output:
8
result:
wrong output format Unexpected end of file - token expected (test case 1)