#include<stdio.h> int main(){ /*在双引号中间输入Hello World*/ printf("hello world! "); return 0; }
先检查半角符号是否正确,hello world!\n
半角符号错了。