为了账号安全,请及时绑定邮箱和手机立即绑定

为什么会这样

1>c:\users\administrator\desktop\ewfw\ewfw\efew.cpp(10): error C2065: “x;”: 未声明的标识符

1>c:\users\administrator\desktop\ewfw\ewfw\efew.cpp(10): error C2144: 语法错误:“int”的前面应有“;”

1>c:\users\administrator\desktop\ewfw\ewfw\efew.cpp(12): error C2146: 语法错误: 缺少“;”(在标识符“cout”的前面)

1>c:\users\administrator\desktop\ewfw\ewfw\efew.cpp(21): error C2065: “y”: 未声明的标识符

1>c:\users\administrator\desktop\ewfw\ewfw\efew.cpp(23): error C2065: “booly”: 未声明的标识符

1>c:\users\administrator\desktop\ewfw\ewfw\efew.cpp(25): error C2065: “y”: 未声明的标识符

1>c:\users\administrator\desktop\ewfw\ewfw\efew.cpp(32): error C2065: “rutern:0”: 未声明的标识符

1>


正在回答

3 回答

行末要加;          正确的是 return 0         定义int类型的时候少了x y

0 回复 有任何疑惑可以回复我~

首先要使用的变量如x,y要先定义类型例 int x; bool  y;注意观察中间是有空格的。 然后每一语句结尾要加(;)分号。 return 0; 中间是没有冒号的。

0 回复 有任何疑惑可以回复我~

c++中 语法要精确无误 中文和英文的标点符号错了 也会出现错误 导致结果出错  一定要耐心  就可以避免了

1 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
C++远征之起航篇
  • 参与学习       291032    人
  • 解答问题       760    个

C++亮点尽在其中,本课程是在C语言基础上的一个延伸,得以升华

进入课程

为什么会这样

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信