Hello World Output


Submit solution

Points: 100
Time limit: 2.0s
Memory limit: 256M

Author:
Problem types

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

There are no comments at the moment.