QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#320980 | #8209. Curly Palindromes | ucup-team149# | WA | 1ms | 4272kb | C++14 | 4.8kb | 2024-02-04 01:26:33 | 2024-02-04 01:26:34 |
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: 1ms
memory: 4180kb
input:
4 0 0 o 1 1 c 2 2 p 3 3 c
output:
2
result:
ok single line: '2'
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 4272kb
input:
3 2 3 e 3 2 e 8 9 e
output:
INFINITY
result:
wrong answer 1st lines differ - expected: 'Infinity', found: 'INFINITY'