Get input from user and print it
Submit solution
C
Points:
5
Time limit:
2.0s
Memory limit:
64M
Author:
Problem type
Allowed languages
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