Input and Output


Submit solution

Points: 20 (partial)
Time limit: 2.0s
Memory limit: 12M

Author:
Problem type
Allowed languages
C++

TASK

Write a program in C++ to get an input integer from the user and print the same content as output

Input Format:

A single line containing the user input integer

Output Format:

A single line containing the user output integer

Sample Input

10

Sample Output:

10


Comments