标准输入:可练习scanf等函数
#include <stdio.h>
int main(){
printf("Hello world C");
return 0;
}
#include <stdio.h>
运行
参数输入
下载
范例
C语言
C++语言
输入:main函数参数,每行一个参数
文本方式显示