QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#194117 | #6364. The Most Expensive Gift | HuangHanSheng | WA | 3ms | 4140kb | C++ | 2.6kb | 2023-09-30 19:05:15 | 2023-09-30 19:05:15 |
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: 2ms
memory: 4096kb
input:
11 abcabacbcac
output:
18
result:
ok 1 number(s): "18"
Test #2:
score: 0
Accepted
time: 3ms
memory: 4140kb
input:
10 aaaaaaaaaa
output:
100
result:
ok 1 number(s): "100"
Test #3:
score: -100
Wrong Answer
time: 3ms
memory: 4120kb
input:
10 aabbbabbba
output:
16
result:
wrong answer 1st numbers differ - expected: '36', found: '16'