# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
89395 | nicksona | Nice sequence (IZhO18_sequence) | C++14 | 2051 ms | 53152 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<bits/stdc++.h>
#define ll long long
#define pb push_back
using namespace std;
int n,m;
int t;
bool OK=true;
int M=0;
vector <int> v[1000001];
int mas[1000001];
int fix[1000001];
void go (int u,int col,int sz){
if (!OK) return ;
fix[u]=col;
for (int i=0;i<v[u].size();i++){
int node=v[u][i];
if (node>sz) break;
if (fix[node]==col){
OK=false;
return ;
}
if (!OK) return ;
if (fix[node]==0) go(node,col,sz);
}
}
inline bool check (int sz){
OK=true;
for (int i=0;i<=sz;i++){
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... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |