Skip to content

Instantly share code, notes, and snippets.

@dalang
Created May 30, 2018 06:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalang/7d23257d7b8bac58044f44d444733811 to your computer and use it in GitHub Desktop.
Save dalang/7d23257d7b8bac58044f44d444733811 to your computer and use it in GitHub Desktop.
If the big number 5555…5555 ( a total of 2000 digits)is divided by 84, what's the remainder?
int('5' * 2000) % 84
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment