[ERROR]
The specified overloaded operator was declared without a class parameter.
int operator+ (int, int); // error;
The first parameter must be of class type.