QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#247359#7619. Make SYSU Great Again Iucup-team2069#WA 11ms52160kbC++201.3kb2023-11-11 14:08:432023-11-11 14:08:44

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 11ms
memory: 50432kb

input:

3 6

output:

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

result:

ok The answer is correct.

Test #2:

score: 0
Accepted
time: 6ms
memory: 52160kb

input:

3 7

output:

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

result:

ok The answer is correct.

Test #3:

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

input:

2 4

output:

1 1
1 2
2 2
2 1

result:

ok The answer is correct.

Test #4:

score: 0
Accepted
time: 9ms
memory: 51524kb

input:

3 9

output:

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

result:

ok The answer is correct.

Test #5:

score: -100
Wrong Answer
time: 6ms
memory: 50780kb

input:

10 20

output:

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

result:

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