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 recieve a Wrong Answer verdict.


Comments

There are no comments at the moment.