3 条题解

  • 1
    @ 2026-6-2 20:37:55

    居然没有我最爱的万能头和宏定义和宏定义和宏定义。。。。。

    #include <bits/stdc++.h>
    #define int long long
    #define pb push_back
    #define MOD 1000000007
    using namespace std;
    const int N = 200005;
    void solve() {
        cout<<"ncstacm"<<'\n';
    }
    signed main() {
        ios::sync_with_stdio(0); cin.tie(0);
        int t=1;
        //cin >> t;
        while (t--) solve();
        return 0;
    }
    

    信息

    ID
    1169
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    递交数
    9
    已通过
    4
    上传者