QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#194665 | #6364. The Most Expensive Gift | MaMengQi | WA | 5ms | 4152kb | C++ | 1.2kb | 2023-09-30 21:38:29 | 2023-09-30 21:38:30 |
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: 5ms
memory: 4152kb
input:
11 abcabacbcac
output:
18
result:
ok 1 number(s): "18"
Test #2:
score: -100
Wrong Answer
time: 4ms
memory: 4144kb
input:
10 aaaaaaaaaa
output:
1
result:
wrong answer 1st numbers differ - expected: '100', found: '1'