QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#463528 | #5066. String-dle Count | InfiniteStarlight | WA | 0ms | 3892kb | C++23 | 2.3kb | 2024-07-04 22:57:34 | 2024-07-04 22:57:34 |
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: 3696kb
input:
2 5 CRANE xx--x NASAL OOxOO
output:
21
result:
ok 1 number(s): "21"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3880kb
input:
1 5 BBBAA xxxx-
output:
0
result:
ok 1 number(s): "0"
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3892kb
input:
2 5 ABCDE -xxxx ABCDE xxxxx
output:
4084101
result:
wrong answer 1st numbers differ - expected: '0', found: '4084101'