QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#247374 | #7619. Make SYSU Great Again I | ucup-team2121# | WA | 15ms | 9208kb | Python3 | 628b | 2023-11-11 14:11:35 | 2023-11-11 14:11:36 |
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: 12ms
memory: 9104kb
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: 15ms
memory: 9208kb
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: 12ms
memory: 9032kb
input:
2 4
output:
1 1 1 2 2 2 2 1
result:
ok The answer is correct.
Test #4:
score: 0
Accepted
time: 15ms
memory: 9116kb
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: 0
Accepted
time: 15ms
memory: 9176kb
input:
10 20
output:
1 1 1 2 2 2 2 3 3 3 3 4 4 4 4 5 5 5 5 6 6 6 6 7 7 7 7 8 8 8 8 9 9 9 9 10 10 10 10 1
result:
ok The answer is correct.
Test #6:
score: -100
Wrong Answer
time: 8ms
memory: 9132kb
input:
10 100
output:
1 1 1 2 2 2 2 3 3 3 3 4 4 4 4 5 5 5 5 6 6 6 6 7 7 7 7 8 8 8 8 9 9 9 9 10 10 10 10 1 1 3 1 4 1 5 1 6 1 7 1 8 1 9 2 1 2 4 2 5 2 6 2 7 2 8 2 9 3 1 3 2 3 5 3 6 3 7 3 8 3 9 4 1 4 2 4 3 4 6 4 7 4 8 4 9 5 1 5 2 5 3 5 4 5 7 5 8 5 9 6 1 6 2 6 3 6 4 6 5 6 8 6 9 7 1 7 2 7 3 7 4 7 5 7 6 7 9 8 1 8 2 8 3 8 4 8 5 ...
result:
wrong answer Integer 11 violates the range [1, 10]