问答题 main( )   { int k ;   k=35555 ;   printf ( “%d “, k) ; }
【正确答案】long int k ; printf ( “%ld “, k) ; }
【答案解析】