{"raw_statement":[{"iden":"problem statement","content":"In AtCoder Kingdom, Gregorian calendar is used, and dates are written in the \"year-month-day\" order, or the \"month-day\" order without the year.  \nFor example, May $3$, $2018$ is written as $2018$\\-$5$\\-$3$, or $5$\\-$3$ without the year.\nIn this country, a date is called _Takahashi_ when the month and the day are equal as numbers. For example, $5$\\-$5$ is Takahashi.  \nHow many days from $2018$\\-$1$\\-$1$ through $2018$\\-$a$\\-$b$ are Takahashi?"},{"iden":"constraints","content":"*   $a$ is an integer between $1$ and $12$ (inclusive).\n*   $b$ is an integer between $1$ and $31$ (inclusive).\n*   $2018$\\-$a$\\-$b$ is a valid date in Gregorian calendar."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$a$ $b$"},{"iden":"sample input 1","content":"5 5"},{"iden":"sample output 1","content":"5\n\nThere are five days that are Takahashi: $1$\\-$1$, $2$\\-$2$, $3$\\-$3$, $4$\\-$4$ and $5$\\-$5$."},{"iden":"sample input 2","content":"2 1"},{"iden":"sample output 2","content":"1\n\nThere is only one day that is Takahashi: $1$\\-$1$."},{"iden":"sample input 3","content":"11 30"},{"iden":"sample output 3","content":"11\n\nThere are eleven days that are Takahashi: $1$\\-$1$, $2$\\-$2$, $3$\\-$3$, $4$\\-$4$, $5$\\-$5$, $6$\\-$6$, $7$\\-$7$, $8$\\-$8$, $9$\\-$9$, $10$\\-$10$ and $11$\\-$11$."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}