# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
362477 | MoldovanAndrei1 | Vision Program (IOI19_vision) | C++14 | 0 ms | 0 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.
for(int j = 0; j < W - K;j++)
{
NS.clear();
NS.push_back(OP(l1,j));
NS.push_back(OP(l1,j+K));
int a=add_and(NS);
poz++;
r.push_back(poz);
}
int b=add_or(r);
}
if(c1 == c2)
{
std::vector<int>r;
for(int i = 0 ;i < H-K;i++)
{
NS.clear();
NS.push_back(OP(i,c1));
NS.push_back(OP(i+K,c1));
int a=add_and(NS);
poz++;
r.push_back(poz);
}
int b=add_or(r);
}
}