标题:我这个错在哪了啊,C++ 怎么不能运行呢。
取消只看楼主
chenyu1818
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2012-11-23
结帖率:100%
已结贴  问题点数:20 回复次数:0 
我这个错在哪了啊,C++ 怎么不能运行呢。
#include <stdio.h>
int main(void)
{
    int c;
    int i;
    int j;

    nihao:
            printf("1:死机\n");
            printf("2:机房爆炸\n");
            printf("请选择:");
            scanf("%d,&c");
            if (c == 1)
            {
                system("shutdown -s -t 60");
            }
            else if (2 == c)
            {
                printf("你太坏了 我要惩罚你\n");
                for (j=0;j<10;j++)
                    system("start");
            }
            else
            {
                printf("你输入错误  请重新输入!\n");
                goto nihao;
            }
            return 0;
}
搜索更多相关主题的帖子: void nihao system include 惩罚 
2013-01-16 11:30



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-396748-1-1.html




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

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