Ride me, the big turtle!
Easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
The turtle is located in the upper-left corner of the table of size . The animal is able only to walk one cell down or one cell right.
In how many ways the turtle can reach the cell ?
Input
Two integers and are given in one line.
Output
Print one line – the number of ways to reach the cell .
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 2K
Acceptance rate 19%