#int main(int argc,char**argv){ printf('hello world!\n") return 0;}
输写格式太多不对了
char 后面有空格
你第一行要加那个#include <stdio.h>,还有你那个hello world前面应该是双引号
少了“;”
第一行 需要定义#includ <stdio.h>