啊哈磊_编程从这里起步

标题: 求帮助!┭┮﹏┭┮ [打印本页]

作者: tjq    时间: 2013-7-3 14:54
标题: 求帮助!┭┮﹏┭┮
这是怎莫回事,怎么翻译不出来,望高手指教!~~o(>_<)o ~~

作者: whui0973    时间: 2013-7-3 15:28
电子书里说这是完整的代码我怎么运行不了
#include <stdio.h>
#include <stdlib.h>
int main()
{
        int a,b,c;
        a=1;
    b=2;
    c=a+b;
    printf("%d",c);
    sleep(5000);
        return 0;
}
作者: Anleb    时间: 2013-7-3 23:46
说了多少次,不要贴图,上代码不就可以了,上图,人家怎么复制你的代码:

你的

int a,b,c;  写错了

你的变量c后面还一个逗号。。。
作者: 向上吧--少年    时间: 2013-7-4 14:57
就是  应该是
int a,b,c;
我也是新手,可以联系我砸门一起学习。。。。。。。。。。。qq945962873
作者: 冷月    时间: 2013-7-13 11:31
#include <stdio.h>
#include <stdlib.h>
int main()
{

    int a,b,c;
    a=1;
    b=2;
    c=a+b;
    printf("%d",c);       
        sleep(5000);
        return 0;
}
作者: 元元二郎    时间: 2019-2-23 18:30

                int a,b,c;




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