QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#625539 | #7757. Palm Island | ucup-team1138 | WA | 1ms | 7648kb | C++20 | 898b | 2024-10-09 19:41:38 | 2024-10-09 19:41:40 |
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: 7648kb
input:
2 3 1 2 3 2 3 1 4 1 2 3 4 2 1 3 4
output:
211 211
result:
wrong answer On Case#1: After your operations, a[2] = 1 but a[2] = 3. (test case 1)