Time Limit: 2 sec / Memory Limit: 1024 MB
Score : 200 points
Problem Statement
There are
N people numbered
1 to
N.
Person
i guessed the building area of KEYENCE headquarters building to be
Si square meters.
The shape of KEYENCE headquarters building is shown below, where
a and
b are some
positive integers.
That is, the building area of the building can be represented as
4ab+3a+3b.
ba
sed on just this information, how many of the N people are guaranteed to be wrong in their guesses?
Constraints
-
1≤N≤20
-
1≤Si≤1000
-
All values in input are integers.