QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#870460#8613. Cardinalityucup-team3188#WA 1ms3456kbC++20855b2025-01-25 16:27:202025-01-25 16:27:22

詳細信息

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3456kb

input:

4 5
1 2
2 3
5 6
6 7
4 7

output:

%Ld
%Ld
%Ld
%Ld
%Ld

result:

wrong answer format  Expected integer, but "%Ld" found