QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#535255#7619. Make SYSU Great Again Iucup-team3876WA 0ms3812kbC++231.6kb2024-08-27 22:26:122024-08-27 22:26:13

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3 6

output:

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

result:

ok The answer is correct.

Test #2:

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

input:

3 7

output:

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

result:

ok The answer is correct.

Test #3:

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

input:

2 4

output:

1 1
2 1
2 2
1 2

result:

ok The answer is correct.

Test #4:

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

input:

3 9

output:

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

result:

ok The answer is correct.

Test #5:

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

input:

10 20

output:

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

result:

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