QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#730591 | #1. I/O Test | skip2004 | Compile Error | / | / | C++14 | 3.8kb | 2024-11-09 20:45:37 | 2024-11-09 20:45:38 |
Judging History
config.txt
#pragma GCC optimize ("Ofast") #include<bits/stdc++.h> using namespace std; #define mid ((l+r)/2) #define eb emplace_back const int N=5e5+5,M=1e7+5,N1=1e3+5; int T,n,f[N],g[N],w[N],f1[N1][N1];char a[N]; struct Point {int len,link,ch[26];}; int cnts;struct Seg {int ch[2];}sg[M]; int New() {sg[++cnts]=(Seg) {{0,0}};return cnts;} int tot; void upd(int &p,int l,int r,int x) { tot++; if(!p) p=New();if(l==r) return; if(x<=mid) upd(sg[p].ch[0],l,mid,x); else upd(sg[p].ch[1]...
input_test
input()
print(sum(map(int, input().split())))
output_test
print('100000000 ' * 10 ** 7)
Details
Invalid Configuration File: failed to read Nin and Nout