# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
556664 | fatemetmhr | Cubeword (CEOI19_cubeword) | C++17 | 995 ms | 26904 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.
// ~~ Be name khoda ~~ //
#include <bits/stdc++.h>
#pragma GCC optimize("O3,unroll-loops,no-tree-loop-distribute-patterns")
#pragma GCC target("avx2")
using namespace std;
typedef long long ll;
#define all(x) x.begin(), x.end()
#define fi first
#define se second
#define pb push_back
const int al = 65;
const int szz = 10;
const int mod = 998244353;
const int maxn5 = 1e5 + 10;
set <string> av;
int id[maxn5];
int have[al][al][al][szz];
int cnt[szz][al][al];
int main(){
ios_base::sync_with_stdio(false); cin.tie(0); cout.tie(0);
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... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |