[ERROR]
An illegal immediate number has been specified.
int i = 4x; // error
float f= 12345678901234567890;//error too large for a long!
float f= 12345678901234567890.;//OK, doubles can be as large
Correct the number. For floating point numbers, specify a dot.