#include<stdio.h> main() { long int c; c = 378657884; printf("%d", c); }
#include<stdio.h> main() { long unsigned int c; c = 378657884; printf("%d", c); }
70,022
社区成员
243,263
社区内容
加载中
试试用AI创作助手写篇文章吧