QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#734299#5422. Perfect PalindromeGuanYunchangWA 0ms3632kbC++17437b2024-11-11 08:42:062024-11-11 08:42:08

詳細信息

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3632kb

input:

2
abcb
xxx

output:

abcb42
xxx30

result:

wrong output format Expected integer, but "abcb42" found