PROGRAMMING:sum of rows
Input a 4*3 table, calculate the sum of each row.
### Inut:
12 integers in 4*3 tabel
### Output:
4 integers with each one in single line
### Input sample:
```
12 4 6
8 23 3
15 7 9
2 5 17
```
### output sample:
```
twenty-two
thirty-four
thirty-one
twenty-four
```
answer:If there is no answer, please comment
### Inut:
12 integers in 4*3 tabel
### Output:
4 integers with each one in single line
### Input sample:
```
12 4 6
8 23 3
15 7 9
2 5 17
```
### output sample:
```
twenty-two
thirty-four
thirty-one
twenty-four
```
answer:If there is no answer, please comment