QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#763269 | #9546. Recover Statistics | syhhh1 | WA | 0ms | 3700kb | C++17 | 150b | 2024-11-19 19:16:24 | 2024-11-19 19:16:25 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
#define int long long
signed main()
{
int x,y,z;
cin>>x>>y>>z;
return 0;
}
详细
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3700kb
input:
50 95 99
output:
result:
wrong output format Unexpected end of file - int32 expected