QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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}"