QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#561084#9134. Building a Fenceucup-team1135WA 0ms3684kbC++201.6kb2024-09-12 20:01:182024-09-12 20:01:18

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

7
7 9 4
1 1 2
1 1 4
4 6 2
3 3 5
10 6 4
1 11 5

output:

1 8
2 2
3 4
4 10
5 4
6 8
7 5

result:

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