QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#247241#7619. Make SYSU Great Again Iucup-team2069#WA 3ms51908kbC++201.2kb2023-11-11 13:45:002023-11-11 13:45:00

詳細信息

Test #1:

score: 100
Accepted
time: 3ms
memory: 51908kb

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: 3ms
memory: 51768kb

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 -1315707776 is not the same.