#include<stdio.h>int main(void){ printf("%lu\n",21); //改成 printf("%lu\n",(long unsigned)21);
system("pause");
}
我也要说11楼是比较好的方案