QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#445212 | #8523. Puzzle II | ucup-team3897# | WA | 0ms | 3572kb | C++20 | 3.8kb | 2024-06-16 00:05:27 | 2024-06-16 00:05:27 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3508kb
input:
6 3 BCCBCC BBCBBC
output:
4 4 3 5 3 2 6 3 6
result:
ok moves = 4
Test #2:
score: 0
Accepted
time: 0ms
memory: 3572kb
input:
2 1 BC BC
output:
2 1 1 2 1
result:
ok moves = 2
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3560kb
input:
2 1 BB CC
output:
4 1000000000 1000000001 1 1000000001 1 1 2 1
result:
wrong answer Integer 4 violates the range [0, 2]