QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#445723 | #8523. Puzzle II | ucup-team3807 | WA | 1ms | 3880kb | C++23 | 1.0kb | 2024-06-16 10:37:42 | 2024-06-16 10:37:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 1ms
memory: 3880kb
input:
6 3 BCCBCC BBCBBC
output:
4 2 3 1 3 4 6 3 6
result:
wrong answer The final sequences are not correct!