QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#651064 | #5434. Binary Substrings | ucup-team4944# | WA | 1ms | 8088kb | C++14 | 3.2kb | 2024-10-18 17:20:28 | 2024-10-18 17:20:28 |
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: 3740kb
input:
2
output:
01
result:
ok meet maximum 3
Test #2:
score: 0
Accepted
time: 0ms
memory: 8088kb
input:
5
output:
00110
result:
ok meet maximum 12
Test #3:
score: 0
Accepted
time: 0ms
memory: 3804kb
input:
1
output:
1
result:
ok meet maximum 1
Test #4:
score: 0
Accepted
time: 0ms
memory: 3744kb
input:
3
output:
010
result:
ok meet maximum 5
Test #5:
score: 0
Accepted
time: 0ms
memory: 3600kb
input:
4
output:
0110
result:
ok meet maximum 8
Test #6:
score: 0
Accepted
time: 1ms
memory: 5864kb
input:
6
output:
001101
result:
ok meet maximum 16
Test #7:
score: 0
Accepted
time: 0ms
memory: 7900kb
input:
7
output:
0011010
result:
ok meet maximum 21
Test #8:
score: -100
Wrong Answer
time: 1ms
memory: 8084kb
input:
8
output:
00110010
result:
wrong answer not meet maximum 26 < 27