QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#51256 | #4632. Card Shark | ZhaoZiLong | WA | 11ms | 19824kb | C++14 | 3.1kb | 2022-10-01 15:54:29 | 2022-10-01 15:54:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 6ms
memory: 19816kb
input:
5 4 3 0100010 00100 001000100 0010 0100010
output:
2 1 3 5 4
result:
ok single line: '2 1 3 5 4'
Test #2:
score: 0
Accepted
time: 11ms
memory: 19748kb
input:
4 2 1 010 10101 010 10101
output:
2 1 4 3
result:
ok single line: '2 1 4 3'
Test #3:
score: -100
Wrong Answer
time: 6ms
memory: 19824kb
input:
1 5 3 001000010000100
output:
-1
result:
wrong answer 1st lines differ - expected: '1', found: '-1'