100 atcoder#ABC063A. [ABC063A] Restricted
[ABC063A] Restricted
Score : points
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 .
6 3
9
6 4
error