Submission #479446

# Submission time Handle Problem Language Result Execution time Memory
479446 2021-10-11T22:26:15 Z Evang Regions (IOI09_regions) C++17
0 / 100
71 ms 131076 KB
#include <bits/stdc++.h>
using namespace std;

#ifdef _DEBUG
#define dout(x) clog << "Line " << __LINE__ << ": " << #x << "=" << (x) << el
#else
#define dout(x)
#endif

#define mp(a, b) make_pair(a, b)
#define mt(args...) make_tuple(args)
#define pb(x) push_back(x)
#define eb(args...) emplace_back(args)
#define ff first
#define ss second
#define DIE exit(0)

template<typename T>
using vc = vector<T>;
template<typename T>
using uset = unordered_set<T>;
template<typename A, typename B>
using umap = unordered_map<A, B>;
template<typename T, typename Comp>
using pq = priority_queue<T, vc<T>, Comp>;
template<typename T>
using maxpq = pq<T, less<T>>;
template<typename T>
using minpq = pq<T, greater<T>>;

using db = double;
using ld = long double;
using ll = long long;
using ull = unsigned long long;
using pi = pair<int, int>;
using pll = pair<ll, ll>;
using vi = vc<int>;
using vll = vc<ll>;
using vpi = vc<pi>;
using vpll = vc<pll>;
using str = string;

constexpr char el = '\n';
constexpr char sp = ' ';
constexpr int inf = 0x3f3f3f3f;
constexpr ll llinf = 0x3f3f3f3f3f3f3f3fLL;
// ---------------------------------------------------------------------



const int MM = 25000;
vc<vi> a(MM, vi(MM));

signed main() {
	ios::sync_with_stdio(0); cin.tie(0);
	cout << fixed; clog << fixed;
#ifdef _DEBUG
	freopen("input.txt", "r", stdin);
	freopen("output.txt", "w", stdout);
	freopen("debug.txt", "w", stderr);
#endif

	
}
# Verdict Execution time Memory Grader output
1 Runtime error 71 ms 131076 KB Execution killed with signal 9
2 Runtime error 59 ms 131076 KB Execution killed with signal 9
3 Runtime error 60 ms 131076 KB Execution killed with signal 9
4 Runtime error 58 ms 131076 KB Execution killed with signal 9
5 Runtime error 59 ms 131076 KB Execution killed with signal 9
6 Runtime error 57 ms 131076 KB Execution killed with signal 9
7 Runtime error 59 ms 131076 KB Execution killed with signal 9
8 Runtime error 59 ms 131076 KB Execution killed with signal 9
9 Runtime error 57 ms 131076 KB Execution killed with signal 9
10 Runtime error 56 ms 131076 KB Execution killed with signal 9
11 Runtime error 56 ms 131076 KB Execution killed with signal 9
12 Runtime error 58 ms 131076 KB Execution killed with signal 9
13 Runtime error 56 ms 131072 KB Execution killed with signal 9
14 Runtime error 55 ms 131076 KB Execution killed with signal 9
15 Runtime error 62 ms 131076 KB Execution killed with signal 9
# Verdict Execution time Memory Grader output
1 Runtime error 57 ms 131076 KB Execution killed with signal 9
2 Runtime error 57 ms 131076 KB Execution killed with signal 9
3 Runtime error 62 ms 131076 KB Execution killed with signal 9
4 Runtime error 58 ms 131076 KB Execution killed with signal 9
5 Runtime error 57 ms 131076 KB Execution killed with signal 9
6 Runtime error 56 ms 131076 KB Execution killed with signal 9
7 Runtime error 56 ms 131076 KB Execution killed with signal 9
8 Runtime error 61 ms 131076 KB Execution killed with signal 9
9 Runtime error 61 ms 131076 KB Execution killed with signal 9
10 Runtime error 54 ms 131076 KB Execution killed with signal 9
11 Runtime error 59 ms 131076 KB Execution killed with signal 9
12 Runtime error 57 ms 131076 KB Execution killed with signal 9
13 Runtime error 61 ms 131076 KB Execution killed with signal 9
14 Runtime error 57 ms 131076 KB Execution killed with signal 9
15 Runtime error 59 ms 131076 KB Execution killed with signal 9
16 Runtime error 57 ms 131076 KB Execution killed with signal 9
17 Runtime error 61 ms 131076 KB Execution killed with signal 9