QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#392268#7619. Make SYSU Great Again Iucup-team387#WA 0ms3608kbC++201.6kb2024-04-17 13:44:422024-04-17 13:44:42

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3 6

output:

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

result:

ok The answer is correct.

Test #2:

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

input:

3 7

output:

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

result:

ok The answer is correct.

Test #3:

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

input:

2 4

output:

2 1
2 2
1 2
1 1

result:

ok The answer is correct.

Test #4:

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

input:

3 9

output:

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

result:

ok The answer is correct.

Test #5:

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

input:

10 20

output:

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

result:

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