QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#128004 | #1. I/O Test | bear0131 | Compile Error | / | / | C++14 | 1.6kb | 2023-07-20 14:16:43 | 2023-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]
- 评测
- 测评结果:Compile Error
- 用时:0ms
- 内存:0kb
- [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