QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#166751#7105. Pixel Artucup-team1692#WA 978ms69556kbC++143.2kb2023-09-06 17:39:462023-09-06 17:39:46

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 4ms
memory: 56804kb

input:

3
2 5 2
1 1 1 2
2 3 2 5
2 5 2
1 1 1 3
2 3 2 5
3 3 3
1 1 1 2
3 1 3 2
1 3 2 3

output:

2 1
5 2
3 1
6 1
3 1
4 1
6 2

result:

ok 7 lines

Test #2:

score: -100
Wrong Answer
time: 978ms
memory: 69556kb

input:

2130
2 5 2
1 1 1 2
2 3 2 5
2 5 2
1 1 1 3
2 3 2 5
3 3 3
1 1 1 2
3 1 3 2
1 3 2 3
3 100 51
1 2 2 2
1 4 2 4
1 6 2 6
1 8 2 8
1 10 2 10
1 12 2 12
1 14 2 14
1 16 2 16
1 18 2 18
1 20 2 20
1 22 2 22
1 24 2 24
1 26 2 26
1 28 2 28
1 30 2 30
1 32 2 32
1 34 2 34
1 36 2 36
1 38 2 38
1 40 2 40
1 42 2 42
1 44 2 44
...

output:

2 1
5 2
3 1
6 1
3 1
4 1
6 2
50 50
100 50
200 1
50 50
150 100
200 100
2 1
4 0
6 0
-42 0
-90 1
-138 2
-186 3
-234 4
-282 5
-330 6
-378 7
-426 8
-474 9
-522 10
-570 11
-618 12
-666 13
-714 14
-762 15
-810 16
-858 17
-906 18
-954 19
-1002 20
-1050 21
-1098 22
-1146 23
-1194 24
-1242 25
-1290 26
-1338 27...

result:

wrong answer 12th lines differ - expected: '150 1', found: '150 100'