QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#81653 | #1. I/O Test | jrjyy | Compile Error | / | / | C++14 | 3.9kb | 2023-02-25 19:05:26 | 2023-02-25 19:05:27 |
Judging History
你现在查看的是最新测评结果
- [2023-08-10 23:21:45]
- System Update: QOJ starts to keep a history of the judgings of all the submissions.
- [2023-02-25 19:05:27]
- 评测
- 测评结果:Compile Error
- 用时:0ms
- 内存:0kb
- [2023-02-25 19:05:26]
- 提交
config.txt
/* FILENAME */ #include <bits/stdc++.h> #define fo(x) freopen(#x".in", "r", stdin); freopen(#x".out", "w", stdout); #define rep(i, l, r) for (int i = (l), rep##i = (r); i <= rep##i; ++i) #define per(i, r, l) for (int i = (r), per##i = (l); i >= per##i; --i) #define r0p(i, r) rep (i, 0, (r) - 1) #define p0r(i, l) per (i, (l) - 1, 0) #define each(x, s) for (auto &x : (s)) #define all(s) (s).begin(), (s).end() #define dbg(x) (cerr << "Line#" << __LINE__ << " " << #x << "=" << (x) << endl...
input_test
output_test
Details
Invalid Configuration File: failed to read Nin and Nout