---
{"category_name":"school","problem_code":"START01","problem_name":"Number Mirror","languages_supported":{"0":"C99 strict","1":"CPP 4.9.2","2":"JAVA","3":"PYTH","4":"PYTH 3.4"},"max_timelimit":1,"source_sizelimit":50000,"problem_author":"admin","problem_tester":null,"date_added":"24-10-2013","tags":{"0":"admin"},"time":{"view_start_date":1488537000,"submit_start_date":1488537000,"visible_start_date":1488537000,"end_date":1735669800},"layout":"problem"}
---
<span class="solution-visible-txt">All submissions for this problem are available.</span><h3>Problem Statement</h3>
<p>Write a program that accepts a number, <b>n</b>, and outputs the same.
</p>
<h3>Input</h3>
<p>The only line contains a single integer. </p>
<h3>Output</h3>
<p>Output the answer in a single line.</p>
<h3>Constraints</h3>
<ul>
<li><b>0 ≤ n ≤ 10<sup>5</sup></b></li>
</ul>
<h3>Sample Input</h3>
<pre>
123
</pre>
<h3>Sample Output</h3>
<pre>
123
</pre>