QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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;}
詳細信息
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