C++: expected `}' at end of input

代码如下:#include<iostream>#include<windows.h>#include<conio.h>#include<time.h>#include<s... 代码如下:
#include<iostream>
#include<windows.h>
#include<conio.h>
#include<time.h>
#include<string>
#include<fstream>
using namespace std;
int main()
{ int hls,hlg,hws,hwg,hl,hw;
ifstream in;
//ofstream out;
in.open("Data\\files.ini");
if(in.fail())
{cout<<"数据丢失!";
Sleep(1000);
exit(1);}
char data[20];
int size;
while(!in.eof())
{
in>>data;
if(strstr(data,"[length]="))
{
string n=strstr(data,"=");
hl=static_cast<int>(n[1])*10+static_cast<int>(n[2])-528;}
else if(strstr(data,"[width]="))
{
string n=strstr(data,"=");
hw=static_cast<int>(n[1])*10+static_cast<int>(n[2])-528;}
}/*
if((hw>39)||(hw<2)||(hl>79)||(hl<2))
{cout<<"数据错误!";
Sleep(1000);
exit(1);}*/
meau:
cout<<" 菜单";
/*cout<<" 长:";
if((hl>79)||(hl<2))
{cout<<"未指定";}
else
{cout<<hl;}
cout<<"宽:";
if((hw>39)||(hw<2))
{cout<<"未指定";}
else
{cout<<hw;}*/
cout<<endl<<"1:开始游戏"<<endl<<"2:打开存档"<<endl<<"3:设置"<<endl<<"4:退出游戏";
int key=0;
字数太多,不让我发完啊!!!
哦,不用了。return 0;后的括号不知道什么时候删了
展开
 我来答
金色潜鸟
2015-08-03 · TA获得超过3.2万个赞
知道大有可为答主
回答量:1.3万
采纳率:89%
帮助的人:5574万
展开全部
expected `}' at end of input -- 输入的尾部缺少了右花括号。
就是花括号没配对。补上就可以了。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式