#include <stdio.h>#include <limits.h>int main( ){ printf( "int 存储大小 : %lu\n", sizeof( int)); return 0; }