Recursion - 3
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
The numbers are given. Implement the recursive function:
Input
Four nonnegative integers .
Output
Print the value of modulo .
Examples
Input #1
Answer #1
Submissions 1K
Acceptance rate 28%