QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#390907 | #8515. KMOP | lmq26052003 | WA | 8ms | 97300kb | C++17 | 1.2kb | 2024-04-16 07:25:28 | 2024-04-16 07:25:29 |
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: 97296kb
input:
3 KNUTH MORRIS PRATT
output:
4
result:
ok "4"
Test #2:
score: 0
Accepted
time: 8ms
memory: 97244kb
input:
3 KNUTH M PRATT
output:
5
result:
ok "5"
Test #3:
score: -100
Wrong Answer
time: 4ms
memory: 97300kb
input:
3 K M P
output:
-1
result:
wrong answer 1st words differ - expected: '*', found: '-1'