# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
673523 | facug91 | Deda (COCI17_deda) | C++17 | 66 ms | 8692 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
/*
By: facug91
From: https://oj.uz/problem/view/COCI17_deda
Name: DEDA (COCI17_DEDA)
Date: 20/12/2022
Solution: Segment tree
*/
/*
By: facug91
From:
Name:
Date: 20/12/2022
Solution:
*/
#pragma GCC optimize("fast-math")
// begin "cp-lib/prelude.hpp"
#include <bits/stdc++.h>
#ifdef LOCAL
# include <dbg.h>
#else
# define dbg(...) do {} while (0)
#endif
#define cp_lib_4th(_1, _2, _3, x, ...) x
#define cp_lib_rep(i, l, r) for (int i = (l); (i) < (r); ++(i))
#define cp_lib_rep0(i, r) cp_lib_rep(i, 0, r)
#define rep(...) cp_lib_4th(__VA_ARGS__, cp_lib_rep, cp_lib_rep0, _)(__VA_ARGS__)
#define cp_lib_repr(i, r, l, ...) for (int i = (r); (i) >= (l); --(i))
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |