Gromozeka loves programming competitions. Today he will take part in the competition in STCoder. This site uses a 24-hour clock. For example, 21:00. referred to as «21 o'clock».
The current time is
A
hours and the competition will start exactly in
B
hours. Determine the start time of the competition? Give your answer in 24-hour format.
Input
The input string contains two integers
A
and
B
(
\(0<=A,B<=23\) span>) separated by one space.
Imprint
Print the contest start hour in 24-hour format.
Examples
# |
Input |
Output |
1 |
9 12 |
21 |
2 |
19 0 |
19 |
3 |
23 2 |
1 |