# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
3339 | pichulia | 일도양단! (kriii1_1) | C++98 | 4 ms | 1556 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<stdio.h>
struct A{
int i, j, k;
};
struct B{
A p,q;
};
int n, m, h, t;
int a[9][9][9];
struct A b[99];
struct B f[99];
int c[22];
int d[9][9][9];
int recode[7][7][7][7][7][7];
int ans;
bool is_equal(B p, B q)
{
if(p.p.i == q.p.i)
if(p.p.j == q.p.j)
if(p.p.k == q.p.k)
if(p.q.i == q.q.i)
if(p.q.j == q.q.j)
if(p.q.k == q.q.k)
return true;
return false;
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |