QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#320118#8209. Curly Palindromesucup-team2952#WA 0ms3588kbC++141.6kb2024-02-03 13:51:392024-02-03 13:51:39

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3584kb

input:

4
0 0 o
1 1 c
2 2 p
3 3 c

output:

2

result:

ok single line: '2'

Test #2:

score: 0
Accepted
time: 0ms
memory: 3588kb

input:

3
2 3 e
3 2 e
8 9 e

output:

Infinity

result:

ok single line: 'Infinity'

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 3588kb

input:

3
0 0 p
1 1 c
2 2 o

output:

2

result:

wrong answer 1st lines differ - expected: '1', found: '2'