QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#230793#6570. Who Watches the Watchmen?ucup-team1565#WA 4ms74316kbC++202.4kb2023-10-28 20:55:202023-10-28 20:55:21

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 4ms
memory: 74316kb

input:

7
0 0 0 1 0 0
1 0 0 -1 0 0
2 0 0 1 0 0
3 0 0 1 0 0
4 0 0 1 0 0
5 0 0 1 0 0
6 0 0 -1 0 0

output:

4
1
2
3
6
5
7

result:

wrong answer 1st lines differ - expected: '1002', found: '4'