QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#456501#859. CivilizationsalexalexWA 0ms3564kbC++174.8kb2024-06-28 05:23:332024-06-28 05:23:35

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3564kb

input:

1
2
1 2
3 4
1 1
2 2
6
2 2 1 1 -1 0
1 2 2 1 2 -1
2 1 3 0 1 -1
1 2 3 2 0 0
1 1 3 1 1 1
2 2 3 -1 -1 -1

output:

3 2
7 2
5 5 4
-7 2 2
3 2
5 4
-2 5 4
10 4 2
6 2
20 10 0
-10 

result:

wrong answer 1st numbers differ - expected: '5', found: '3'