项目编辑规则
1.一个项目只有一个main方法,main方法必须是int返回值
2.库函数导入要#include<xxx>
#include<stdio.h>:导入标准io模块,printf(""),scanf("")