QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#343995#7619. Make SYSU Great Again Iucup-team2862#WA 0ms3632kbC++205.7kb2024-03-03 13:10:332024-03-03 13:10:34

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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: 3544kb

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: -100
Wrong Answer
time: 0ms
memory: 3576kb

input:

2 4

output:

1 1
1 2
2 1
2 2

result:

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