PROGRAMMING:Cm to FT in
If the values of feet $$and inches $$inch $$of English length are known, the corresponding meter is $$(foot + inch / 12) / times 0.3048 $$. Now, if the user enters centimeters, what are the feet and inches corresponding to the English length? Don't forget that one foot is 12 inches.
###Input format:
Enter a positive integer in one line, in centimeters.
###Output format:
In one line, output the integer value of the centimeter corresponding to the foot and inch of the English length, separated by a space.
###Input example:
```in
one hundred and seventy
```
###Output example:
```out
5 6
```
answer:If there is no answer, please comment
###Input format:
Enter a positive integer in one line, in centimeters.
###Output format:
In one line, output the integer value of the centimeter corresponding to the foot and inch of the English length, separated by a space.
###Input example:
```in
one hundred and seventy
```
###Output example:
```out
5 6
```
answer:If there is no answer, please comment