QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#362956 | #7780. Dark LaTeX vs. Light LaTeX | ucup-team2540# | WA | 12ms | 396536kb | C++20 | 2.8kb | 2024-03-23 17:42:13 | 2024-03-23 17:42:13 |
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: 12ms
memory: 396176kb
input:
abab ab
output:
8
result:
ok 1 number(s): "8"
Test #2:
score: 0
Accepted
time: 3ms
memory: 396164kb
input:
abab abaaab
output:
29
result:
ok 1 number(s): "29"
Test #3:
score: 0
Accepted
time: 8ms
memory: 396140kb
input:
abcd abcde
output:
10
result:
ok 1 number(s): "10"
Test #4:
score: 0
Accepted
time: 7ms
memory: 396512kb
input:
aaba ba
output:
6
result:
ok 1 number(s): "6"
Test #5:
score: -100
Wrong Answer
time: 11ms
memory: 396536kb
input:
babababaaabbaabababbbaabbbababbaaaaa aaaabbaababbab
output:
651
result:
wrong answer 1st numbers differ - expected: '1161', found: '651'