QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#224739 | #7512. Almost Prefix Concatenation | ucup-team2321 | WA | 1ms | 3504kb | C++20 | 8.2kb | 2023-10-23 12:55:37 | 2023-10-23 12:55:37 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3488kb
input:
ababaab aba
output:
473
result:
ok 1 number(s): "473"
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3504kb
input:
ac ccpc
output:
4
result:
wrong answer 1st numbers differ - expected: '5', found: '4'