通过次数
0
提交次数
一个激动的人一看到2就说Hello2,看到n就说Hellon。请你编程实现。
输入若干个正整数。
输出是Hello加上这个整数。
2 5 6
Hello2 Hello5 Hello6