# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
645267 | Vu_CG_Coder | Cat in a tree (BOI17_catinatree) | C++14 | 58 ms | 22876 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.
/* [Author : Hoang Duy Vu] - THPT Chuyen Nguyen Du */
/* [2022 - 12TH GO VOI 23] - From Nguyen Du with love */
#include <algorithm>
#include <stdio.h>
#include <string.h>
#include <iostream>
#include <cmath>
#include <cstdio>
#include <vector>
#include <set>
#include <map>
#include <unordered_set>
#include <unordered_map>
#include <queue>
#include <deque>
#include <stack>
#include <bitset>
#include <iomanip>
#include <numeric>
#define FOR(i, a, b) for(int i = (a), _b = (b); i <= _b; i++)
#define FORE(i,b, a) for(int i = (b), _a = (a); i >= _a; i--)
#define All(x) (x).begin(),(x).end()
#define __ZuyVuNee int main()
#define MASK(i) (1ll<<(i))
#define ll long long
#define se second
#define C make_pair
#define fi first
#define two second.first
#define thr second.second
Compilation message (stderr)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |