QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#202762 | #6567. Repetitive String Invention | ucup-team2039 | WA | 103ms | 2011064kb | C++20 | 1.0kb | 2023-10-06 13:20:54 | 2023-10-06 13:20:56 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 103ms
memory: 2011064kb
input:
aaaa
output:
9
result:
ok single line: '9'
Test #2:
score: -100
Wrong Answer
time: 75ms
memory: 2011056kb
input:
axabxbcxcdxd
output:
9
result:
wrong answer 1st lines differ - expected: '22', found: '9'