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

Grandyang發表於2015-08-11

 

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."

 

相關文章