QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#318082#7619. Make SYSU Great Again IMaMengQiWA 0ms3804kbC++20445b2024-01-30 14:36:152024-01-30 14:36:15

详细

Test #1:

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

input:

3 6

output:

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

result:

ok The answer is correct.

Test #2:

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

input:

3 7

output:

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

result:

wrong answer The answer is wrong: Multiple numbers filled in a grid.