What does it mean that this code is "L" in E Long = 32L in C++?
L in order to change its storage mode, although it is defined as long, but your data does not reach that much, then the compiler will optimize its storage as int, for example: float e;; E = 32f It's almost the same to save 32 as a floating point number!