1. 程式人生 > >[CareerCup] 5.2 Binary Representation of Real Number 實數的二進位制表示

[CareerCup] 5.2 Binary Representation of Real Number 實數的二進位制表示

5.2 Given a real number between 0 and 1 (e.g., 0.72) that is passed in as a double, print the binary representation. If the number cannot be represented accurately in binary with at most 32 characters, print "ERROR."