QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#113043#1. I/O TestprometheusCompile Error//C++141.2kb2023-06-16 07:20:422023-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]
  • 评测
  • [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