following is my code for ATOMS ideone.com/vZU71X pls tell what is wrong in this code.
2^64 - (10^18)^2 = ?
i dont get it. why have u taken 2^64?
Unsigned long long is a 64 bit unsigned integer. The maximum value that you can store in it is 2^64-1.