2024 J1 - Conveyor Belt Sushi
Easysimple math
1 Solution Available
Solution 1
PYTHON1# By Daniel Zhang, Pinetree Secondary
2
3a = int(input())
4b = int(input())
5c = int(input())
6
7print(3*a + 4*b + 5*c)
8Test Cases
Select a test case to view input and output