搜索
查看: 345|回复: 0

运行不出来啊

[复制链接]
 楼主| 发表于 2021-1-6 12:23:54 | 显示全部楼层 |阅读模式
5啊哈币
#include <stdio.h>
#include <stdlib.h>
int main()
{
   int a,b,c;
   a=10;
   b=5;
   c=a-b;
   printf("%d",c);
   c=a+b;
   printf("%d",c);
   system("pause");
   return 0;
}

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

本版积分规则

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