QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#505552 | #5989. Coin Jam | xiaowuc1 | 30 ✓ | 14ms | 10684kb | Python3 | 28.0kb | 2024-08-05 06:06:29 | 2024-08-05 06:06:30 |
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
Subtask #1:
score: 10
Accepted
Test #1:
score: 10
Accepted
time: 0ms
memory: 10660kb
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: 20
Accepted
Test #2:
score: 20
Accepted
time: 14ms
memory: 10684kb
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)
Extra Test:
score: 0
Extra Test Passed