QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#423885 | #7780. Dark LaTeX vs. Light LaTeX | ucup-team1608# | WA | 27ms | 199944kb | C++17 | 1.7kb | 2024-05-28 18:50:28 | 2024-05-28 18:50:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 24ms
memory: 199596kb
input:
abab ab
output:
8
result:
ok 1 number(s): "8"
Test #2:
score: 0
Accepted
time: 27ms
memory: 199720kb
input:
abab abaaab
output:
29
result:
ok 1 number(s): "29"
Test #3:
score: 0
Accepted
time: 27ms
memory: 199716kb
input:
abcd abcde
output:
10
result:
ok 1 number(s): "10"
Test #4:
score: 0
Accepted
time: 19ms
memory: 199720kb
input:
aaba ba
output:
6
result:
ok 1 number(s): "6"
Test #5:
score: -100
Wrong Answer
time: 27ms
memory: 199944kb
input:
babababaaabbaabababbbaabbbababbaaaaa aaaabbaababbab
output:
1358
result:
wrong answer 1st numbers differ - expected: '1161', found: '1358'