word
程序员文章站
2022-04-09 18:40:17
# include "stdio.h" int main() { printf("hello world!"); return 0; } ......
# include "stdio.h"
int main()
{
printf("hello world!");
return 0;
}
上一篇: HDU4352 XHXJ's LIS(LIS 状压)
下一篇: Python3 基本数据类型