# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
697006 | BBart888 | Deda (COCI17_deda) | C++14 | 100 ms | 7912 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.
#include <iostream>
#include <vector>
#include <set>
#include <map>
#include <algorithm>
#include <string>
#include <queue>
#include <fstream>
#include <cmath>
#include<bitset>
#include <array>
#include <stack>
#include<iomanip>
#include <deque>
#include <unordered_map>
#include <random>
using namespace std;
using ll = long long;
using ld = long double;
using ull = unsigned long long;
const ll mod1 = 998244353;
const ll mod2 = 1e9+7;
const int MAXN = 2e5 + 111;
const ll S = (1ll << 22) - 1;
const ll pp = 317;
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |