QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#343965#7619. Make SYSU Great Again Iucup-team2862#WA 1ms3596kbC++141.9kb2024-03-03 10:52:542024-03-03 10:52:55

詳細信息

Test #1:

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

input:

3 6

output:

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

result:

ok The answer is correct.

Test #2:

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

input:

3 7

output:

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

result:

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