QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#128004#1. I/O Testbear0131Compile Error//C++141.6kb2023-07-20 14:16:432023-07-20 14:16:46

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2023-07-20 14:16:46]
  • 评测
  • [2023-07-20 14:16:43]
  • 提交

config.txt

#include<bits/stdc++.h>
#define rep(i, n) for(int i = 0; i < n; ++i)
using namespace std;
typedef long long ll;
typedef vector<int> vi;
typedef pair<int, int> pii;
typedef pair<ll, int> pli;
const ll Mod = 1e9 + 7;
char buf[1<<23],*p1=buf,*p2=buf,obuf[1<<23],*O=obuf;
#define getchar() (p1==p2&&(p2=(p1=buf)+fread(buf,1,1<<21,stdin),p1==p2)?EOF:*p1++)
inline int readint(){
	int x=0,f=1,ch=getchar();
	while(!isdigit(ch)){if(ch=='-') f=-1;ch=getchar();}
	while(isdigit(ch)) x=x*10+(ch^48...

input_test


output_test


詳細信息

Invalid Configuration File: failed to read Nin and Nout