410239: GYM103990 C Correct

Memory Limit:1024 MB Time Limit:3 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

C. Correcttime limit per test3 secondsmemory limit per test1024 megabytesinputstandard inputoutputstandard output

Your best friend, Charlie, participated Taiwan Online Programming Contest (TOPC), which is a preliminary contest of the International Collegiate Programming Contest (ICPC).

According to the rules, teams are ranked according to the most problems solved. Teams who solve the same number of problems are ranked by the least total time. The total time is the sum of the time consumed for each solved problem. The time consumed for a solved problem is the time elapsed from the beginning of the contest to the submission of the correct answer plus 20 penalty minutes for every rejected code for that problem. There is no time consumed for a problem that is not solved.

Charlie's team only solved one problem, and the correct answer was submitted at $$$\mathit{HH}$$$:$$$\mathit{MM}$$$ AM. Fortunately, they did not submit any rejected code to the judge system. Please write a program to compute the time consumed for the problem solved by Charlie's team. You may assume that TOPC started at 9:00 AM.

Input

The input contains two space-separated integers $$$\mathit{HH}$$$ and $$$\mathit{MM}$$$.

  • $$$9\le\mathit{HH}\le 11$$$.
  • $$$0\le\mathit{MM}\le 59$$$.
Output

Output the time consumed for the only problem solved by Charlie's team.

ExamplesInput
9 0
Output
0
Input
11 59
Output
179

加入题单

算法标签: