ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1528. Sequence

Solved have a question about unsigned integer arithmetic in C/C++
Posted by Mahilewets 28 Jun 2017 13:12
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.