{"raw_statement":[{"iden":"problem statement","content":"Dolphin loves programming contests. Today, he will take part in a contest in AtCoder.  \nIn this country, 24-hour clock is used. For example, $9:00$ p.m. is referred to as \"$21$ o'clock\".  \nThe current time is $A$ o'clock, and a contest will begin in exactly $B$ hours. When will the contest begin? Answer in 24-hour time."},{"iden":"constraints","content":"*   $0 \\leq A,B \\leq 23$\n*   $A$ and $B$ are integers."},{"iden":"input","content":"The input is given from Standard Input in the following format:\n\n$A$ $B$"},{"iden":"sample input 1","content":"9 12"},{"iden":"sample output 1","content":"21\n\nIn this input, the current time is $9$ o'clock, and $12$ hours later it will be $21$ o'clock in 24-hour time."},{"iden":"sample input 2","content":"19 0"},{"iden":"sample output 2","content":"19\n\nThe contest has just started."},{"iden":"sample input 3","content":"23 2"},{"iden":"sample output 3","content":"1\n\nThe contest will begin at $1$ o'clock the next day."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}