QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#132729 | #5726. Error Correction | lmq26052003 | WA | 1ms | 3664kb | C++20 | 1.7kb | 2023-07-31 10:47:15 | 2023-07-31 10:47:17 |
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: 1ms
memory: 3664kb
input:
6 abc acb cab cba bac bca
output:
3
result:
ok single line: '3'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3552kb
input:
11 alerts alters artels estral laster ratels salter slater staler stelar talers
output:
8
result:
ok single line: '8'
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 3448kb
input:
6 ates east eats etas sate teas
output:
3
result:
wrong answer 1st lines differ - expected: '4', found: '3'