QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#505546 | #5989. Coin Jam | xiaowuc1 | 10 | 9ms | 10784kb | Python3 | 27.8kb | 2024-08-05 06:03:05 | 2024-08-05 06:03:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Subtask #1:
score: 10
Accepted
Test #1:
score: 10
Accepted
time: 7ms
memory: 10680kb
input:
1 16 50
output:
Case #1: 1111111100000011 3 2 5 2 7 2 3 2 11 1111110110000011 3 2 5 2 7 2 3 2 11 1111110011000011 3 2 5 2 7 2 3 2 11 1111110001100011 3 2 5 2 7 2 3 2 11 1111110000110011 3 2 5 2 7 2 3 2 11 1111110000011011 3 2 5 2 7 2 3 2 11 1111011110000011 3 2 5 2 7 2 3 2 11 1111011011000011 3 2 5 2 7 2 3 2 11 111...
result:
ok correct! (1 test case)
Subtask #2:
score: 0
Wrong Answer
Test #2:
score: 0
Wrong Answer
time: 9ms
memory: 10784kb
input:
1 32 500
output:
Case #1: 1111111100000011 3 2 5 2 7 2 3 2 11 1111110110000011 3 2 5 2 7 2 3 2 11 1111110011000011 3 2 5 2 7 2 3 2 11 1111110001100011 3 2 5 2 7 2 3 2 11 1111110000110011 3 2 5 2 7 2 3 2 11 1111110000011011 3 2 5 2 7 2 3 2 11 1111011110000011 3 2 5 2 7 2 3 2 11 1111011011000011 3 2 5 2 7 2 3 2 11 111...
result:
wrong answer the length of your jamcoin should be exactly 32 (test case 1)