---
category_name: school
problem_code: START01
problem_name: 'Number Mirror'
languages_supported:
- 'C99 strict'
- 'CPP 4.9.2'
- JAVA
- PYTH
- 'PYTH 3.4'
max_timelimit: '1'
source_sizelimit: '50000'
problem_author: admin
problem_tester: null
date_added: 24-10-2013
tags:
- admin
time:
view_start_date: 1488537000
submit_start_date: 1488537000
visible_start_date: 1488537000
end_date: 1735669800
current: 1492507628
layout: problem
---
All submissions for this problem are available.### Problem Statement
Write a program that accepts a number, **n**, and outputs the same.
### Input
The only line contains a single integer.
### Output
Output the answer in a single line.
### Constraints
- **0 ≤ n ≤ 105**
### Sample Input
<pre>
123
</pre>### Sample Output
<pre>
123
</pre>