QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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;
}
Details
Tip: Click on the bar to expand more detailed information
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