QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#248569#7619. Make SYSU Great Again Iucup-team672#WA 3ms14892kbC++14724b2023-11-11 20:01:112023-11-11 20:01:11

詳細信息

Test #1:

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

input:

3 6

output:

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

result:

ok The answer is correct.

Test #2:

score: 0
Accepted
time: 2ms
memory: 14892kb

input:

3 7

output:

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

result:

ok The answer is correct.

Test #3:

score: 0
Accepted
time: 2ms
memory: 13900kb

input:

2 4

output:

2 2
1 2
1 1
2 1

result:

ok The answer is correct.

Test #4:

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

input:

3 9

output:

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

result:

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