QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#879431#9696. Analysisucup-team253#WA 1ms3712kbC++232.2kb2025-02-02 02:22:382025-02-02 02:22:39

详细

Test #1:

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

input:

5 100 1000
1 2
2 3
3 4
4 5

output:

0

result:

ok 1 number(s): "0"

Test #2:

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

input:

5 100 200
1 2
1 3
2 4
2 5

output:

100

result:

ok 1 number(s): "100"

Test #3:

score: -100
Wrong Answer
time: 1ms
memory: 3712kb

input:

10 133494816 109943166
10 8
5 3
1 2
8 9
8 5
2 4
8 7
8 6
10 1

output:

243437982

result:

wrong answer 1st numbers differ - expected: '219886332', found: '243437982'