1 条题解
-
1
#include<bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int, int> pii; #define mem(a, b) memset(a, b, sizeof(a)) #define rep(i, a, b) for (int i = a; i <= b; ++i) #define rrep(i, a, b) for (int i = a; i >= b; --i) #define FOR(i, a, b) for (int i = a; i < b; ++i) #define pb push_back #define MP make_pair #define all(v) v.begin(), v.end() #define clr(v) v.clear() #define isEven(x) !(x & 1) #define yes cout<<"YES"<<endl #define no cout<<"NO"<<endl int main() { ios::sync_with_stdio ( false ); cin.tie ( 0 ); cout<<"Please carefully check the download files before the contest begins!!!"; return 0; }
信息
- ID
- 10330
- 时间
- 1000ms
- 内存
- 1024MiB
- 难度
- 10
- 标签
- 递交数
- 2
- 已通过
- 1
- 上传者