QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#523588 | #8675. Schedule | ucup-team1005 | WA | 0ms | 3752kb | C++20 | 2.3kb | 2024-08-18 14:16:17 | 2024-08-18 14:16:17 |
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: 3620kb
input:
4 4
output:
infinity
result:
ok infinity
Test #2:
score: 0
Accepted
time: 0ms
memory: 3752kb
input:
3 4
output:
4 122 212 221 111
result:
ok
Test #3:
score: 0
Accepted
time: 0ms
memory: 3528kb
input:
4 15
output:
5 1222 2112 2121 2211 1111 1222 2112 2121 2211 1111 1222 2112 2121 2211 1111
result:
ok
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3608kb
input:
5 52
output:
6 0000000000000000000000000000000000000000000000000000 1101100000000000000000000000000000000000000000000000 1011000000000000000000000000000000000000000000000000 0110100000000000000000000000000000000000000000000000 1110000000000000000000000000000000000000000000000000 000110000000000000000000000000000...
result:
wrong answer Token "0000000000000000000000000000000000000000000000000000" doesn't correspond to pattern "[12]{5,5}"