重载输入输出 重载因为C语言没有重载,因此必须使用 主入口: int main(int argc, char* argv){ return 0; } 输入输出输入、输出 scanf(%d,&a);printf(%d,a); 符号说明 printf(%d,a);