PROGRAMMING:Read in a 2-bit positive integer and output the sum and product of the numbers.
This topic requires reading in a 2-bit positive integer and outputting the sum and product of the numbers.
###Input format:
Enter a number between 10 and 99. For example: 56
###Output format:
In one line, output the sum and product of ten digit and one digit according to the format of output sample; Note that there is no space after the comma.
###Input example:
```in
fifty-six
```
###Output example:
```out
s is 11,p is 30
```
answer:If there is no answer, please comment
###Input format:
Enter a number between 10 and 99. For example: 56
###Output format:
In one line, output the sum and product of ten digit and one digit according to the format of output sample; Note that there is no space after the comma.
###Input example:
```in
fifty-six
```
###Output example:
```out
s is 11,p is 30
```
answer:If there is no answer, please comment