April Fools' Day Contest 2 P7 - Can you?

View as PDF

Submit solution


Points: 0 (partial)
Time limit: 1.0s
Memory limit: 256M

Author:
Problem type

I'm thinking of an integer N. Can you guess what it is?

Constraints

1 \leq N \leq 10^{18}

Input Specification

There is no input.

Output Specification

Output N.

Scoring

If you output N, you will receive full marks.

If you output an integer X such that 1 \leq X < N, you will receive 1\% 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


  • 0
    SMARTER_BoB  commented on May 30, 2025, 11:49 p.m.

    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.