QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#253319 | #5596. I Could Have Won | ZhaoZiLong | RE | 0ms | 3592kb | C++20 | 716b | 2023-11-16 21:20:03 | 2023-11-16 21:20:04 |
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: 3592kb
input:
BBAAABABBAAABB
output:
3 3 6 7
result:
ok 2 lines
Test #2:
score: 0
Accepted
time: 0ms
memory: 3544kb
input:
AABBBAAB
output:
2 2 4
result:
ok 2 lines
Test #3:
score: 0
Accepted
time: 0ms
memory: 3584kb
input:
A
output:
1 1
result:
ok 2 lines
Test #4:
score: -100
Runtime Error
input:
B