Toggle navigation
HUSTOJ
F.A.Qs
Web Board
ProblemSet
Source/Category
Status
Ranklist
Contest
Recent
Login
Problem2119--Decimal to binary
2119: Decimal to binary
Time Limit:
1 Sec
Memory Limit:
128 MB
Submit:
186
Solved:
8
[
Submit
] [
Status
] [
Web Board
] [Creator:
]
Description
Convert decimal to binary and print it.
Input
Given a decimal number
Output
The binary number
Sample Input
Copy
0.625
Sample Output
Copy
0.101
Source/Category
161