QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#194518#7513. Palindromic Beadsucup-team131#WA 0ms3540kbC++238.2kb2023-09-30 20:59:132023-09-30 20:59:14

詳細信息

Test #1:

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

input:

4
1 1 2 2
1 2
2 3
2 4

output:

5 1 0

result:

wrong answer 1st lines differ - expected: '3', found: '5 1 0'