QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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 '