Skip to content

Commit c5a2b54

Browse files
authored
Create 2936.py
1 parent 68f8c3b commit c5a2b54

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Uri_Online_Judge/2936.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
curupira = int(input())*300
2+
boitata = int(input())*1500
3+
boto = int(input())*600
4+
mapinguari = int(input())*1000
5+
iara = int(input())*150
6+
chica = 225
7+
8+
total = curupira + boitata + boto + mapinguari + iara + chica
9+
10+
print(total)

0 commit comments

Comments
 (0)