[UVA] 11185 - Ternary
Problem K
Ternary
Input: Standard Input
Output: Standard Output
You will be given a decimal number. You will have
to convert it to its ternary (Base 3) equivalent.
Input
The input file contains at most 100 lines of inputs. Each line contains a
non-negative decim...