QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#398356 | #5434. Binary Substrings | mekoszc | WA | 1ms | 7800kb | C++14 | 1.2kb | 2024-04-25 11:04:51 | 2024-04-25 11:04:53 |
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
Test #1:
score: 100
Accepted
time: 0ms
memory: 3572kb
input:
2
output:
10
result:
ok meet maximum 3
Test #2:
score: 0
Accepted
time: 0ms
memory: 5828kb
input:
5
output:
01100
result:
ok meet maximum 12
Test #3:
score: 0
Accepted
time: 0ms
memory: 3772kb
input:
1
output:
0
result:
ok meet maximum 1
Test #4:
score: 0
Accepted
time: 0ms
memory: 3776kb
input:
3
output:
010
result:
ok meet maximum 5
Test #5:
score: 0
Accepted
time: 0ms
memory: 3768kb
input:
4
output:
0110
result:
ok meet maximum 8
Test #6:
score: -100
Wrong Answer
time: 1ms
memory: 7800kb
input:
6
output:
111010
result:
wrong answer not meet maximum 15 < 16