QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#513482 | #9170. Cycle Game | ucup-team1005# | WA | 1ms | 9776kb | C++20 | 3.0kb | 2024-08-10 17:59:20 | 2024-08-10 17:59:23 |
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: 9776kb
input:
4 3 7 2 1 2 2 2 3 3 1 3 2 4 1 4 2
output:
1111011
result:
wrong answer 1st words differ - expected: '1111111', found: '1111011'