2351 - hello c++
Description


c++向你问好!

c++使用cout文件输出流向你问好,它可以一次性输出多个内容!

如下所示:

cout<<内容1<<内容2<<...<<内容3;

视频讲解

Input

Output

编写程序,输出"hello,boys and girls!"

Examples

Input


                    

Output

hello,boys and girls!
题目参数
Time Limit 1 second
Memory Limit 128 MB
提交次数 23
通过次数 11