2019牛客暑期多校训练营(第一场)J

为了避免溢出, 使用int128即可

使用int128即可
#include <stdio.h>
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
int main()
{
    __int128_t x, a, y, b;
    ll t;
    while (cin >> t)
    {
        x = t;
        cin >> t;
        a = t;
        cin >> t;
        y = t;
        cin >> t;
        b = t;
        if (x * b > a * y)
            printf(">\n");
        else if
            (x * b < a * y)
            printf("<\n");
        else
            printf("=\n");
    }
    return 0;
}

全部评论

相关推荐

Hello_WordN:咱就是说,除了生命其他都是小事,希望面试官平安,希望各位平时也多注意安全
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务