QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#247576 | #7619. Make SYSU Great Again I | ucup-team1611# | WA | 0ms | 3660kb | C++20 | 5.7kb | 2023-11-11 14:59:12 | 2023-11-11 14:59:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3560kb
input:
3 6
output:
1 1 2 2 1 3 2 3 3 1 3 2
result:
ok The answer is correct.
Test #2:
score: 0
Accepted
time: 0ms
memory: 3560kb
input:
3 7
output:
1 2 3 1 1 1 1 3 3 2 2 2 2 3
result:
ok The answer is correct.
Test #3:
score: 0
Accepted
time: 0ms
memory: 3564kb
input:
2 4
output:
1 1 2 1 2 2 1 2
result:
ok The answer is correct.
Test #4:
score: 0
Accepted
time: 0ms
memory: 3660kb
input:
3 9
output:
1 2 3 1 1 1 1 3 3 2 2 2 2 3 2 1 3 3
result:
ok The answer is correct.
Test #5:
score: -100
Wrong Answer
time: 0ms
memory: 3544kb
input:
10 20
output:
7 7 7 8 8 8 8 7 9 9 9 10 10 10 3 1 1 1 1 3 3 2 2 2 2 3 6 4 4 4 4 6 6 5 5 5 5 6 10 9
result:
wrong answer The answer is wrong: The maximum common divisor of row 9 and column -1610316672 is not the same.