Imports System
Public Module Module1
public Sub Main()
Dim n As String
n = Console.ReadLine()
Console.WriteLine(n)
End Sub
End Module