全部评论 5

  • #pragma GCC optimize(3, "Ofast", "inline", "unroll-loops")
    #include <bits/stdc++.h>
    #include <ext/pb_ds/assoc_container.hpp>
    
    using namespace std;
    const int N = 2000010;
    const int mod = 1e9 + 7;
    const int inf = 1e9;
    const long long infll = 1e18;
    
    using ld = long double;
    using ull = unsigned long long;
    using i128 = __int128;
    const ull base = 13331;
    
    signed main()
    {
        cin.tie(0)->sync_with_stdio(false);
        cout << fixed << setprecision(15);
        int T = 1;
        // cin >> T;
        Loyalty::init();
        for (int ca = 1; ca <= T; ++ca)
            Loyalty::main(ca, T);
        return 0;
    }
    

    7小时前 来自 日本

    0
    • 来自日本???!!!

      5小时前 来自 北京

      0
  • 如果你的老师认为#define int long long 是好代码,那么他一定不是位好老师

    昨天 来自 浙江

    0
  • 昨天 来自 浙江

    0
  • 都没人看?

    昨天 来自 北京

    0
  • bushi===

    昨天 来自 北京

    0

热门讨论