|
|
back to boardSolved have a question about unsigned integer arithmetic in C/C++ Why if I am trying to precalculate factorials using unsigned long long int there is WA#5? There are 64 last binary digits digits and in this task we are to output at most 32 binary digits. |
|
|