QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#618916 | #5434. Binary Substrings | ucup-team3377# | WA | 2ms | 4332kb | C++20 | 592b | 2024-10-07 11:43:29 | 2024-10-07 11:43:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 2ms
memory: 4280kb
input:
2
output:
01
result:
ok meet maximum 3
Test #2:
score: 0
Accepted
time: 2ms
memory: 4112kb
input:
5
output:
01100
result:
ok meet maximum 12
Test #3:
score: 0
Accepted
time: 0ms
memory: 3540kb
input:
1
output:
0
result:
ok meet maximum 1
Test #4:
score: 0
Accepted
time: 2ms
memory: 4188kb
input:
3
output:
011
result:
ok meet maximum 5
Test #5:
score: 0
Accepted
time: 0ms
memory: 4332kb
input:
4
output:
0110
result:
ok meet maximum 8
Test #6:
score: 0
Accepted
time: 1ms
memory: 4276kb
input:
6
output:
011001
result:
ok meet maximum 16
Test #7:
score: -100
Wrong Answer
time: 0ms
memory: 4184kb
input:
7
output:
0110011
result:
wrong answer not meet maximum 20 < 21