I'm thinking of an integer . Can you guess what it is?
Constraints
Input Specification
There is no input.
Output Specification
Output .
Scoring
If you output , you will receive full marks.
If you output an integer such that
, you will receive
of the marks for the problem.
Otherwise, you will receive a Wrong Answer verdict.
Sample Output
1024
Explanation for Sample
This output would receive a Wrong Answer verdict.
Comments
The answer is the remainder when 1999^2000 is divided by 5 and then add 200 + 100 + 80 + 1 + 2 to the remainder. And then again, it might not be correct.