Imports System
Public Module Module1
Public Sub Main()
dim x as string
console.WriteLine()
x = console.ReadLine()
x & = "lover "
Console.WriteLine(x)
End Sub
End Module