Number Mirror
Write a program that takes a number $N$ as the input, and prints it to the output. ### Input The only line of input contains a single integer. ### Output Output the answer in a single line. ### Constraints - $0 \leq N \leq 10^5$ ### Sample Test Cases **Sample 1** Input: ``` 123 ``` Output: ``` 123 ``` Explanation: The input is 123. So the output is also 123. **Sample 2** Input: ``` 15 ``` Out
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start