-->
当前位置:首页 > 题库

PROGRAMMING:cm2inch

Luz5年前 (2021-05-10)题库556
Given $$foot$$ and $$inch$$, the meter is $$(foot+inch/12)\times 0.3048$$.
What sould be the feet and inches for an input centimetre?
*PS:One foot is 12 inches.*
### Input Format:
One integer in terms of cm.
### Output Format:
One integer for the feet and another integer for the inches.
### Sample Input:
```in
one hundred and seventy
```
### Sample Output:
```out
5 6
```






answer:If there is no answer, please comment