QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#344000#7619. Make SYSU Great Again Iucup-team2862#WA 0ms3816kbC++205.6kb2024-03-03 13:24:392024-03-03 13:24:39

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3816kb

input:

3 6

output:

3 1
1 1
1 3
2 3
2 2
3 2

result:

ok The answer is correct.

Test #2:

score: 0
Accepted
time: 0ms
memory: 3576kb

input:

3 7

output:

3 1
1 1
1 3
2 3
2 2
3 2
1 2

result:

ok The answer is correct.

Test #3:

score: 0
Accepted
time: 0ms
memory: 3572kb

input:

2 4

output:

2 1
1 1
1 2
2 2

result:

ok The answer is correct.

Test #4:

score: 0
Accepted
time: 0ms
memory: 3476kb

input:

3 9

output:

3 1
1 1
1 3
2 3
2 2
3 2
1 2
2 1
3 3

result:

ok The answer is correct.

Test #5:

score: -100
Wrong Answer
time: 0ms
memory: 3544kb

input:

10 20

output:

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

result:

wrong answer The answer is wrong: The maximum common divisor of row 8 and column -2001263488 is not the same.