코드당
Problem

#14. [W2, stdio, Lv1] Guide user to input

#14. [W2, stdio, Lv1] Guide user to input

Get integer input from user and print it as is.

You must guide user to input integer, with message "Input an integer: "


Check run screen example below. 

Input an integer: 5

5

Text with the gray background is printed from code, while text without background is input from user.


Use 'Test' and 'Run' function in goorm.



Be careful:

  • See Run Screen Example and Input/Output Example carefully
  • Any typos will make you no credits
  • Typo include spaces(' '), line breaks('\n'), tabs('\t'), and even null characters('\0').

Input

Output

Time Limit:

2000 ms

Memory Limit:

512 MB

Source: