啊哈磊_编程从这里起步

标题: 啊哈C屏幕不出来 [打印本页]

作者: cz4621698    时间: 2013-9-12 11:06
标题: 啊哈C屏幕不出来
#include <stdio.h>
#include <stdlib.h>
int main()
{
        int toes;
        toes = 10;
        printf("toes = %d\n", toes);
        printf("Twice toes = %d\n", 2 * toes);
        printf("toes squared = %d\n", toes * toes);
        system("pause");
        return 0;
}



赢啊哈C     为什么  我自己手打代码    点击运行就可以出现屏幕      但是在网上复制一段代码    插进去   编译成功   但是屏幕跳不出来????



     上面那个代码就是在网上复制进啊哈C的      点击运行  提示编译正确     但是屏幕出不来     我是菜鸟   求高手帮忙

作者: 超神级    时间: 2013-9-12 11:47
上面代码是正确的!我的黑窗口弹出了来了!再试下吧
作者: rosynirvana    时间: 2013-9-12 12:26
把杀毒软件之类的关掉看看吧
作者: start1980    时间: 2013-9-12 19:43
我编译了,成功跳出黑窗,没问题啊
作者: 啊哈磊    时间: 2013-9-14 00:00
你保存的文件名有  . 号(点号)
作者: 1041608795    时间: 2013-10-5 11:08
我的都能出来,可能是你系统配置问题




欢迎光临 啊哈磊_编程从这里起步 (https://bbs.codeaha.com/) Powered by Discuz! X3.2