QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#249322#7619. Make SYSU Great Again Iucup-team2433#WA 0ms3596kbC++20778b2023-11-12 03:11:512023-11-12 03:11:51

詳細信息

Test #1:

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

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: 3596kb

input:

3 7

output:

1 1
1 2
2 2
2 3
3 3
3 1
0 0

result:

wrong answer Integer 0 violates the range [1, 3]