You are given a function f: WxW
→ W
, where W
represents the set of whole numbers.
The following data is given to you:
Write a program which calculates f(x, y)
given input of two natural numbers.
One line containing two space separated integers x
and y
One line containing the result of f(x, y)
0 < x, y < 10
11
No explanantion