Write a program that reads two integers a
and b
and outputs the largest of them. Numbers — integers from 1 to 1000.
It is forbidden to use any algorithmic constructs to solve this problem.
Only arithmetic operations can be used (no built-in functions).
Input
Two natural numbers not exceeding 1000 are entered.
Imprint
Print the answer to the problem.
Examples
Запрещенные операторы:if;for;while;do;max;min