QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#344047 | #7619. Make SYSU Great Again I | ucup-team2862 | WA | 1ms | 3704kb | C++20 | 3.1kb | 2024-03-03 14:38:15 | 2024-03-03 14:38:16 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3632kb
input:
3 6
output:
1 1 1 3 2 3 2 2 3 2 3 1
result:
ok The answer is correct.
Test #2:
score: 0
Accepted
time: 0ms
memory: 3568kb
input:
3 7
output:
1 1 1 3 2 3 2 2 3 2 3 1 1 2
result:
ok The answer is correct.
Test #3:
score: 0
Accepted
time: 0ms
memory: 3664kb
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: 3568kb
input:
3 9
output:
1 1 1 3 2 3 2 2 3 2 3 1 1 2 2 1 3 3
result:
ok The answer is correct.
Test #5:
score: -100
Wrong Answer
time: 0ms
memory: 3704kb
input:
10 20
output:
1 1 1 3 2 3 2 2 3 2 3 1 4 4 4 6 5 6 5 5 6 5 6 4 7 7 7 9 8 9 8 8 9 8 9 7 1 10 10 10
result:
wrong answer The answer is wrong: The maximum common divisor of row 10 and column -1768782720 is not the same.