You are given two integer numbers as input, you need to define function max(a, b) that takes integer a and integer b and returns the maximum of them.
10 11
11
12 5
12
3 9
9