QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#521707#6606. The Boomsday ProjectGuanYunchangWA 0ms9932kbC++171.2kb2024-08-16 14:05:222024-08-16 14:05:22

詳細信息

Test #1:

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

input:

2 1 10
1 3 12
1 2 9
1 10

output:

42

result:

ok 1 number(s): "42"

Test #2:

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

input:

2 4 10
1 3 12
1 2 9
1 3
2 3
3 3
4 1

output:

42

result:

wrong answer 1st numbers differ - expected: '45', found: '42'