QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#666354 | #7619. Make SYSU Great Again I | NailongGroup# | WA | 1ms | 5656kb | C++20 | 3.4kb | 2024-10-22 17:57:49 | 2024-10-22 17:57:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 5656kb
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: 0
Accepted
time: 0ms
memory: 3596kb
input:
3 7
output:
1 1 1 2 2 2 2 3 3 3 3 1 1 3
result:
ok The answer is correct.
Test #3:
score: 0
Accepted
time: 0ms
memory: 3500kb
input:
2 4
output:
1 1 1 2 2 2 2 1
result:
ok The answer is correct.
Test #4:
score: 0
Accepted
time: 0ms
memory: 3540kb
input:
3 9
output:
1 1 1 2 2 2 2 3 3 3 3 1 1 3 2 1 3 2
result:
ok The answer is correct.
Test #5:
score: -100
Wrong Answer
time: 0ms
memory: 3496kb
input:
10 20
output:
1 1 1 2 2 3 2 4 3 5 3 6 4 7 4 8 5 9 5 10 6 2 6 1 7 4 7 3 8 6 8 5 9 8 9 7 10 10 10 9
result:
wrong answer The answer is wrong: The maximum common divisor of row 6 and column -167254912 is not the same.