QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#247205#7619. Make SYSU Great Again Iucup-team1249#WA 1ms3584kbC++233.3kb2023-11-11 13:39:402023-11-11 13:39:40

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3 6

output:

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

result:

ok The answer is correct.

Test #2:

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

input:

3 7

output:

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

result:

ok The answer is correct.

Test #3:

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

input:

2 4

output:

1 1
1 2
2 2
2 1

result:

ok The answer is correct.

Test #4:

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

input:

3 9

output:

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

result:

ok The answer is correct.

Test #5:

score: -100
Wrong Answer
time: 1ms
memory: 3584kb

input:

10 20

output:

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

result:

wrong answer The answer is wrong: The maximum common divisor of row 3 and column 2013025408 is not the same.