QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#79523 | #5434. Binary Substrings | zaozao_zmx | WA | 21ms | 42928kb | C++14 | 1.7kb | 2023-02-20 10:54:35 | 2023-02-20 10:54:36 |
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: 11ms
memory: 42660kb
input:
2
output:
01
result:
ok meet maximum 3
Test #2:
score: 0
Accepted
time: 8ms
memory: 42716kb
input:
5
output:
00110
result:
ok meet maximum 12
Test #3:
score: 0
Accepted
time: 18ms
memory: 42928kb
input:
1
output:
1
result:
ok meet maximum 1
Test #4:
score: 0
Accepted
time: 4ms
memory: 42680kb
input:
3
output:
001
result:
ok meet maximum 5
Test #5:
score: 0
Accepted
time: 21ms
memory: 42724kb
input:
4
output:
0011
result:
ok meet maximum 8
Test #6:
score: -100
Wrong Answer
time: 18ms
memory: 42764kb
input:
6
output:
000101
result:
wrong answer not meet maximum 15 < 16