题解 | 简单运算

#include <iostream>
using namespace std;
template<typename  t>
void sum(t a,t b)
{
    if(a>b){
      printf("%d ",a+b);
    printf("%d ",a-b);
    printf("%d ",a*b);
    printf("%d ",a/b);
    printf("%d",a%b);
    }
    else
    {
     printf("%d ",a+b);
    printf("%d ",b-a);
    printf("%d ",a*b);
    printf("%d ",b/a);
    printf("%d",b%a);
    }
    
}
int main() {

    // write your code here......
    int a,b;
    scanf("%d\n %d\n",&a,&b);
    sum(a,b);

    return 0;
}

全部评论

相关推荐

04-28 11:34
西北大学 运营
牛客4396号:不好意思,这个照片猛一看像丁真
点赞 评论 收藏
分享
在看数据的傻狍子很忙碌:学生思维好重,而心很急,自己想想真的能直接做有难度的东西吗?任何错误都是需要人担责的,你实习生可以跑路,你的同事领导呢
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务