QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#51214 | #4632. Card Shark | ZhaoZiLong | WA | 11ms | 50440kb | C++ | 2.2kb | 2022-10-01 14:25:48 | 2022-10-01 14:25:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 0
Wrong Answer
time: 11ms
memory: 50440kb
input:
5 4 3 0100010 00100 001000100 0010 0100010
output:
2 1 4 3 5
result:
wrong answer 1st lines differ - expected: '2 1 3 5 4', found: '2 1 4 3 5 '