搜索
查看: 1352|回复: 5
打印 上一主题 下一主题

编译失败。。。。

[复制链接]
楼主
发表于 2013-7-25 10:24:19 | 显示全部楼层


#include <stdio.h>
#include <stdlib.h>
int main()
{
int a,b,c,d;
     a=10;
     b=5;
     c=a-b;
     d=a+b;
     printf("%d /n %d",c,d); (此处/n应更正为\n)
system("pause");
return 0;
}



我来回答
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

广播台
特别关注
快速回复 返回顶部 返回列表