QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#743085#7619. Make SYSU Great Again Iucup-team5126WA 3ms13552kbC++171.0kb2024-11-13 18:11:062024-11-13 18:11:06

详细

Test #1:

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

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

input:

3 7

output:

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

result:

wrong output format Unexpected end of file - int32 expected