Skip to content

Commit 7cd422b

Browse files
committed
Кто высокий, а кто не очень
1 parent aab15b5 commit 7cd422b

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
F, D = map(int, input().split())
3+
a=D*25.4
4+
b=F*12*25.4
5+
c=(a+b)/1000
6+
print(F,"'",D,'"'" = ",float('{:.2f}'.format(c)),"m.",sep='')

0 commit comments

Comments
 (0)