QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#113043 | #1. I/O Test | prometheus | Compile Error | / | / | C++14 | 1.2kb | 2023-06-16 07:20:42 | 2023-06-16 07:20:45 |
Judging History
你现在查看的是最新测评结果
- [2023-08-10 23:21:45]
- System Update: QOJ starts to keep a history of the judgings of all the submissions.
- [2023-06-16 07:20:45]
- 评测
- 测评结果:Compile Error
- 用时:0ms
- 内存:0kb
- [2023-06-16 07:20:42]
- 提交
config.txt
10000000
input_test
#include <bits/stdc++.h>
using namespace std;
#define space putchar(' ')
#define endl putchar('\n')
#define itn long long
#define int long long
#define pb push_back
#define p_ qriority_
#define se second
#define fr first
inline int read() {
int x = 0, f = 1;
char ch = getchar();
while (ch < '0' || ch > '9') {
if (ch == '-') {
f = 0;
}
ch = getchar();
}
while (ch >= '0' && ch <= '9') {
x = (x << 1) + (x << 3) + (ch ^ 48);
ch = getchar();
}
return (f ? x : -x);
}
signed main() {
int n = read(), i, a;
for (i = 1; i <= n; ++i) {
a = read();
}
return 0;
}
output_test
#include <bits/stdc++.h>
using namespace std;
#define space putchar(' ')
#define endl putchar('\n')
#define itn long long
#define int long long
#define pb push_back
#define p_ qriority_
#define se second
#define fr first
inline int read() {
int x = 0, f = 1;
char ch = getchar();
while (ch < '0' || ch > '9') {
if (ch == '-') {
f = 0;
}
ch = getchar();
}
while (ch >= '0' && ch <= '9') {
x = (x << 1) + (x << 3) + (ch ^ 48);
ch = getchar();
}
return (f ? x : -x);
}
signed main() {
int n = read(), i;
for (i = 1; i <= n; ++i) {
cout << 500000000, space;
}
return 0;
}
詳細信息
Invalid Configuration File: failed to read Nin and Nout