QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#701407 | #7619. Make SYSU Great Again I | ZhangYiDe | WA | 0ms | 3748kb | C++17 | 1.2kb | 2024-11-02 14:10:36 | 2024-11-02 14:10:37 |
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: 3616kb
input:
3 6
output:
2 1 1 1 1 2 3 2 3 3 2 3
result:
ok The answer is correct.
Test #2:
score: 0
Accepted
time: 0ms
memory: 3688kb
input:
3 7
output:
2 1 1 1 1 2 3 2 3 3 2 3 1 3
result:
ok The answer is correct.
Test #3:
score: 0
Accepted
time: 0ms
memory: 3616kb
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: 3620kb
input:
3 9
output:
2 1 1 1 1 2 3 2 3 3 2 3 1 3 2 2 3 1
result:
ok The answer is correct.
Test #5:
score: -100
Wrong Answer
time: 0ms
memory: 3748kb
input:
10 20
output:
2 1 1 1 1 2 3 2 3 3 2 3 5 4 4 4 4 5 6 5 6 6 5 6 8 7 7 7 7 8 9 8 9 9 8 9 10 10 10 11 11 11 11 10 1 3 1 4 1 5 1 6 1 7 1 8 1 9 1 10 2 2 2 4 2 5 2 6 2 7 2 8 2 9 2 10 3 1 3 4 3 5 3 6 3 7 3 8 3 9 3 10 4 1 4 2 4 3 4 6 4 7 4 8 4 9 4 10 5 1 5 2 5 3 5 5 5 7 5 8 5 9 5 10 6 1 6 2 6 3 6 4 6 7 6 8 6 9 6 10 7 1 7 ...
result:
wrong answer Integer 11 violates the range [1, 10]