Created
May 30, 2018 06:40
-
-
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?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int('5' * 2000) % 84 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment