Get input from user and print it


Submit solution

Points: 5
Time limit: 2.0s
Memory limit: 64M

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

There are no comments at the moment.