2024 J1 - Conveyor Belt Sushi

Easysimple math

1 Solution Available

Solution 1

PYTHON
1# By Daniel Zhang, Pinetree Secondary
2
3a = int(input())
4b = int(input())
5c = int(input())
6
7print(3*a + 4*b + 5*c)
8

Test Cases

Select a test case to view input and output