QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#29268 | #3588. Hamilton - The Musical | 19780215 | WA | 3ms | 3504kb | C++11 | 81b | 2022-04-16 14:56:26 | 2022-04-28 14:26:26 |
Judging History
answer
#include <iostream>
using namespace std;
int main()
{
cout << 0 << endl;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 3ms
memory: 3504kb
input:
4 0 3 2 13 3 0 8 9 2 8 0 5 13 9 5 0
output:
0
result:
wrong answer 1st lines differ - expected: '16', found: '0'