QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#844185 | #9244. Counting Strings | pokorfanclub# | WA | 4ms | 5936kb | C++20 | 3.2kb | 2025-01-05 17:17:08 | 2025-01-05 17:17:08 |
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: 4ms
memory: 5920kb
input:
4 abca
output:
14
result:
ok answer is '14'
Test #2:
score: 0
Accepted
time: 0ms
memory: 5440kb
input:
1 a
output:
1
result:
ok answer is '1'
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 5936kb
input:
2 aa
output:
2
result:
wrong answer expected '3', found '2'