QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#423854 | #7780. Dark LaTeX vs. Light LaTeX | ucup-team1608# | WA | 27ms | 199932kb | C++17 | 1.6kb | 2024-05-28 18:29:53 | 2024-05-28 18:29:53 |
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: 27ms
memory: 199900kb
input:
abab ab
output:
8
result:
ok 1 number(s): "8"
Test #2:
score: 0
Accepted
time: 24ms
memory: 199932kb
input:
abab abaaab
output:
29
result:
ok 1 number(s): "29"
Test #3:
score: 0
Accepted
time: 23ms
memory: 199928kb
input:
abcd abcde
output:
10
result:
ok 1 number(s): "10"
Test #4:
score: -100
Wrong Answer
time: 16ms
memory: 199932kb
input:
aaba ba
output:
7
result:
wrong answer 1st numbers differ - expected: '6', found: '7'