#define LONG_NUM 100 //遵循1 int main ( void ) { int i; i = LONG_NUM; return ( 0 ); }