QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#216017#7105. Pixel Artucup-team2108WA 127ms16972kbC++142.5kb2023-10-15 15:11:522023-10-15 15:11:53

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 9304kb

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: 127ms
memory: 16972kb

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 0
!!!0
(1,1,1)
(3,3,3)
(5,5,5)
(7,7,7)
(9,9,9)
(11,11,11)
(13,13,13)
(15,15,15)
(17,17,17)
(19,19,19)
(21,21,21)
(23,23,23)
(25,25,25)
(27,27,27)
(29,29,29)
(31,31,31)
(33,33,33)
(35,35,35)
(37,37,37)
(39,39,39)
(41,41,41)
(43,43,43)
(45,45,45)
(47,4...

result:

wrong answer 11th lines differ - expected: '50 50', found: '50 0'