搜索
查看: 187|回复: 1

求帮助

[复制链接]
 楼主| 发表于 2019-11-16 12:18:00 | 显示全部楼层 |阅读模式
5啊哈币
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. int main()
  4. {
  5.     int a,b,c;  
  6.     a=10;
  7.     b=5;
  8.     c=a+b;
  9.     c=a-b;
  10.     c=a*b;
  11.     c=a/b;
  12.     printf("%d%d%d%d",c);
  13.     return 0;
  14. }

复制代码

楼主新帖
楼主热帖
发表于 2019-11-20 00:33:41 | 显示全部楼层
#include <stdio.h>
#include <stdlib.h>
int main()
{
    int a,b,c,d,e,f;  
    a=10;
    b=5;
    c=a+b;
    d=a-b;
    e=a*b;
    f=a/b;
    printf("%d,%d,%d,%d",c,d,e,f);
    return 0;
}
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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