QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#282162 | #1173. Knowledge Is... | crescent | WA | 1ms | 9952kb | C++14 | 1023b | 2023-12-11 15:26:32 | 2023-12-11 15:26:32 |
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: 9952kb
input:
7 5 9 10 7 9 3 4 9 10 2 6 8 9 5 8
output:
3 0 1 2 2 1 3
result:
wrong answer participant answer = 6, judge answer = 7