QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#730591#1. I/O Testskip2004Compile Error//C++143.8kb2024-11-09 20:45:372024-11-09 20:45:38

Judging History

你现在查看的是最新测评结果

  • [2024-11-09 20:45:38]
  • 评测
  • [2024-11-09 20:45:37]
  • 提交

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)

详细

Invalid Configuration File: failed to read Nin and Nout