QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#505551 | #5989. Coin Jam | xiaowuc1 | 20 | 12ms | 10748kb | Python3 | 28.0kb | 2024-08-05 06:05:58 | 2024-08-05 06:05:59 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Subtask #1:
score: 0
Wrong Answer
Test #1:
score: 0
Wrong Answer
time: 12ms
memory: 10748kb
input:
1 16 50
output:
Case #1: 100011 5 13 147 31 43 1121 73 77 629 111111 21 26 105 1302 217 1032 513 13286 10101 111001 3 88 5 1938 7 208 3 20 11
result:
wrong answer the length of your jamcoin should be exactly 16 (test case 1)
Subtask #2:
score: 20
Accepted
Test #2:
score: 20
Accepted
time: 9ms
memory: 10744kb
input:
1 32 500
output:
Case #1: 11111111000000000000000000000011 3 2 5 2 7 2 3 2 11 11111101100000000000000000000011 3 2 5 2 7 2 3 2 11 11111100110000000000000000000011 3 2 5 2 7 2 3 2 11 11111100011000000000000000000011 3 2 5 2 7 2 3 2 11 11111100001100000000000000000011 3 2 5 2 7 2 3 2 11 1111110000011000000000000000001...
result:
ok correct! (1 test case)