Hello World Output
Given an integer \(x\), print it followed by two fixed programming messages.
Input
One integer \(x\).
Output
Print \(x\), Hello World !, and C++ programming ! on three lines.
Example
Input
3
Output
3
Hello World !
C++ programming !
Comments