4 条题解
-
0
#include<iostream> #include<fstream> #include<iomanip> #include<cstdio> #include<cstring> #include<cmath> #include<algorithm> #include<stack> #include<queue> #include<string> //#pragma GCC optimize(2)//O2优化 //#pragma GCC optimize(3)//O3优化 //f6停止程序 #define LL long long using namespace std; const int N=1e5+10; const int Inf=0x3f3f3f3f; LL a,b,c,d[N]; int main(){ // freopen("xxx.in","r",stdin); // freopen("xxx.out","w",stdout); cout<<"A"; return 0; }
- 1
信息
- ID
- 1502
- 时间
- 1000ms
- 内存
- 256MiB
- 难度
- 5
- 标签
- 递交数
- 105
- 已通过
- 41
- 上传者