QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#170765#3061. Donut DroneyaohaoyouWA 2ms5692kbC++143.1kb2023-09-09 15:55:172023-09-09 15:56:57

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 5484kb

input:

4 4
1 2 9 3
3 5 4 8
4 3 2 7
5 8 1 6
4
move 1
move 1
change 1 4 100
move 1

output:

4 2
1 3
1 4

result:

ok 3 lines

Test #2:

score: 0
Accepted
time: 1ms
memory: 5560kb

input:

3 4
10 20 30 40
50 60 70 80
90 93 95 99
3
move 4
change 2 1 100
move 4

output:

3 1
2 1

result:

ok 2 lines

Test #3:

score: -100
Wrong Answer
time: 2ms
memory: 5692kb

input:

20 30
8 1 7 4 3 1 2 1 5 5 2 7 6 4 7 1 2 9 1 9 9 9 9 6 4 9 1 6 3 10
7 3 5 6 5 3 5 3 1 9 8 8 7 7 6 7 5 10 9 6 5 3 8 2 7 10 6 8 4 3
6 4 3 1 7 7 6 7 2 7 3 6 8 6 3 2 7 8 10 8 6 5 6 10 2 6 5 10 10 9
2 5 10 9 4 9 3 6 10 8 1 7 3 3 7 3 3 6 7 5 1 1 10 6 8 5 4 2 1 8
5 1 2 8 3 4 2 4 4 9 6 3 1 5 9 1 9 3 8 3 7 10...

output:

19 10
18 19
20 4
19 10
18 12
17 13
19 18
20 4
19 11
18 17
20 7
20 8
18 16
18 17
20 4
20 7
20 9
19 18
20 2
19 6
18 12
20 2
18 12
18 19
20 2
20 5
17 13
17 15
20 2
19 10
18 12
17 14
20 2
19 11
19 20
20 4
17 14
17 15
19 20
20 1
20 8
19 11
18 19
20 2
20 5
20 9
18 16
20 5
19 6
19 11
18 16
20 5
17 14
20 2
...

result:

wrong answer 3rd lines differ - expected: '3 24', found: '20 4'