/ Vijos / 讨论 / 分享 /

头-文-件

#include <bits/stdc++.h>
using namespace std;
#define int long long

signed main() {
    //freopen(".in", "r", stdin);
    //freopen(".out", "w", stdout);
    ios::sync_with_stdio(false);
    cin.tie(0);
    cout.tie(0);
    
    return 0;
}

0 条评论

目前还没有评论...