0 / 60 seg.

What does this function return?

int fl(int a, int b) { return(a>b?a:b); }