PROGRAMMING:Say Hello to Integers
Say hello to integers? Yes! You're right! Now let's say hello to the integer
Read in two integers, and then output greetings to them.
###Input format:
In one line, give two integers a and B whose absolute value is no more than 32767, with a space between them
###Output format:
Output "Hello, a and B!" on one line( Where a and B are replaced by actual input integers)
###Input example:
```in
1949 2015
```
###Output example:
```out
Hello, 1949 and 2015!
```
answer:If there is no answer, please comment
Read in two integers, and then output greetings to them.
###Input format:
In one line, give two integers a and B whose absolute value is no more than 32767, with a space between them
###Output format:
Output "Hello, a and B!" on one line( Where a and B are replaced by actual input integers)
###Input example:
```in
1949 2015
```
###Output example:
```out
Hello, 1949 and 2015!
```
answer:If there is no answer, please comment