QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#106014 | #6364. The Most Expensive Gift | Azl26 | WA | 3ms | 3572kb | C++14 | 958b | 2023-05-16 10:49:17 | 2023-05-16 10:49:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 3ms
memory: 3568kb
input:
11 abcabacbcac
output:
18
result:
ok 1 number(s): "18"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3500kb
input:
10 aaaaaaaaaa
output:
100
result:
ok 1 number(s): "100"
Test #3:
score: 0
Accepted
time: 2ms
memory: 3572kb
input:
10 aabbbabbba
output:
36
result:
ok 1 number(s): "36"
Test #4:
score: 0
Accepted
time: 2ms
memory: 3528kb
input:
10 acaabbacbb
output:
16
result:
ok 1 number(s): "16"
Test #5:
score: -100
Wrong Answer
time: 0ms
memory: 3508kb
input:
10 abbabaabba
output:
27
result:
wrong answer 1st numbers differ - expected: '25', found: '27'