QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#746933#8038. Hammer to Fallucup-team4194#WA 1ms5676kbC++201.3kb2024-11-14 15:53:382024-11-14 15:53:38

详细

Test #1:

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

input:

3 2 2
1 1 1
2 3 10
1 2 1
3 2

output:

12

result:

ok single line: '12'

Test #2:

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

input:

2 1 10
5000 5000
1 2 10000
1 2 2 1 2 2 1 1 1 2

output:

250000000

result:

wrong answer 1st lines differ - expected: '550000000', found: '250000000'