搜索
查看: 897|回复: 7
打印 上一主题 下一主题

我糊涂了

[复制链接]
楼主
发表于 2014-1-13 16:47:53 | 显示全部楼层
改成这个:
#include <stdio.h>
#include <stdlib.h>
int main()
{int a,b,c,d;
     a=10;
  b=5;
     d=a-b;
     c=a+b;
     
   
      
     printf("%d-%d=%d\n",a,b,d);
      printf("%d+%d=%d",a,b,c);
   
      
  system("pause");   
    return 0;
}
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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