运行报错怎么办
index.cpp:5:36: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=]
printf("int: %d\n", sizeof(int));index.cpp:5:36: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=]
printf("int: %d\n", sizeof(int));2023-04-02
举报