QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#505546#5989. Coin Jamxiaowuc110 9ms10784kbPython327.8kb2024-08-05 06:03:052024-08-05 06:03:06

詳細信息

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)