#abc063a. [abc063_a]Restricted
[abc063_a]Restricted
Problem Statement
You are given two integers and as the input. Output the value of .
However, if is or greater, output error
instead.
Constraints
- and are integers.
Input
Input is given from Standard Input in the following format:
Output
If is or greater, print the string error
(case-sensitive); otherwise, print the value of .
Sample Input 1
6 3
Sample Output 1
9
Sample Input 2
6 4
Sample Output 2
error