/ Randle /

记录详情

System Error


  
KeyError('config.ini',)

代码

#include<iostream>
#include<cstdio>
#include<cstring>
#include<algorithm>
using namespace std;
typedef long long ll;
const int maxn=500000+5;
inline int read(){
	int x=0,f=1; char ch=getchar();
	while(ch<'0'||ch>'9'){if(ch=='-')f=-1; ch=getchar();}
	while(ch>='0'&&ch<='9'){x=x*10+ch-'0'; ch=getchar();}
	return x*f;
}
int n,m,f1=1,f2=1,f11=1,f22=1;
int a[maxn],b[maxn],p[maxn],q[maxn];
char str[maxn][6];
int main(){
//我先试试有没有数据
	return 0;
}
	

信息

递交者
类型
递交
题目
学前班数学(原创)
题目数据
下载
语言
C++
递交时间
2017-10-13 18:27:41
评测时间
2017-10-13 18:27:41
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes