| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 221 人关注过本帖
标题:我去··这错了吗?
只看楼主 加入收藏
huang5759
Rank: 1
等 级:新手上路
帖 子:5
专家分:0
注 册:2013-1-29
收藏
 问题点数:0 回复次数:1 
我去··这错了吗?
#include "stdio.h"
int main()
{
    char ch;
    printf("1.Morning\n");
    printf("2.Afternoon\n");
    printf("3.Evening\n");
    printf("Input your choose:");
    ch=getchar();
    switch(ch);
    {
    case'1':printf("Good Morning!");break;
    case'2':printf("Good Afternoon!");break;
    case'3':printf("Good Evening!");break;
    default:printf("Slection Wrong!");
    }
return 0;
}

--------------------Configuration: 12 - Win32 Debug--------------------
Compiling...
.c
D:\360Windows7\Microsoft Visual Studio\MyProjects\12\.c(12) : error C2046: illegal case
D:\360Windows7\Microsoft Visual Studio\MyProjects\12\.c(12) : error C2043: illegal break
D:\360Windows7\Microsoft Visual Studio\MyProjects\12\.c(13) : error C2046: illegal case
D:\360Windows7\Microsoft Visual Studio\MyProjects\12\.c(13) : error C2043: illegal break
D:\360Windows7\Microsoft Visual Studio\MyProjects\12\.c(14) : error C2046: illegal case
D:\360Windows7\Microsoft Visual Studio\MyProjects\12\.c(14) : error C2043: illegal break
D:\360Windows7\Microsoft Visual Studio\MyProjects\12\.c(15) : error C2047: illegal default
执行 cl.exe 时出错.

12.exe - 1 error(s), 0 warning(s)
搜索更多相关主题的帖子: default include return 
2013-01-29 11:09
huang5759
Rank: 1
等 级:新手上路
帖 子:5
专家分:0
注 册:2013-1-29
收藏
得分:0 
  不好意思   我知道哪里错了 switch(ch);这里的;要去掉
2013-01-29 11:11
快速回复:我去··这错了吗?
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.015134 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved