QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#81653#1. I/O TestjrjyyCompile Error//C++143.9kb2023-02-25 19:05:262023-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]
  • 评测
  • [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


詳細信息

Invalid Configuration File: failed to read Nin and Nout