运行全是eoror
#inculde{studio。h}
ine mian();
【
print:("hello world!”
return o;
】
初学者,毫无思路
成功运行
建议仔细看看书,比着书上的例子多写写。具体如下:
#include <stdio.h> //这里是尖括号或者""
int main() //返回值类型是 int 仔细看看
{ //这里是英文{}
printf("hello world!"); //打印使用printf
return 0; //return的是数字0,不是英文字母o
}
哈哈哈哈哈,你来真的,有点像胡言乱语那个表情包
我感觉你先钓鱼
你是故意的吧( •̥́ ˍ •̀ू )
#include<stdio.h>
int main()
{
printf("hello world!");
return 0;
}
具体如下:
¥unclde[studio。hh}
interestring 面(|
【
print:Cheloo
wold)。
retrn O/;
我感觉你先钓鱼
第一,请注意代码编辑的时候,除中文字符内容外,其他部分需要切换为英文来输入字符、标点和符号
第二,字母和数字相似处,例如字母O和数字0,要仔细区分
第三,建议看到报错提示后 ,自己逐条分析原因,先自己修改,不会的再提问