Олимпиадный тренинг

Задача 33577. Maximum number


Задача

Темы: Целые числа

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
# Input Output
1 5
6
6

Запрещенные операторы:if;for;while;do;max;min