eastereggs.cpp: In function 'void dfs(int, int)':
eastereggs.cpp:12:8: error: 'ck' was not declared in this scope
if(ck[v]) cur++;
^~
eastereggs.cpp:12:8: note: suggested alternative: 'ok'
if(ck[v]) cur++;
^~
ok
eastereggs.cpp:13:5: error: 'ans' was not declared in this scope
ans.push_back(v);
^~~
eastereggs.cpp:13:5: note: suggested alternative: 'abs'
ans.push_back(v);
^~~
abs
eastereggs.cpp:17:5: error: expected ';' before '}' token
}
^
eastereggs.cpp: In function 'int findEgg(int, vii)':
eastereggs.cpp:22:5: error: 'ck' was not declared in this scope
ck.assign(n+1,1);
^~
eastereggs.cpp:22:5: note: suggested alternative: 'ok'
ck.assign(n+1,1);
^~
ok
eastereggs.cpp:33:12: error: 'query' was not declared in this scope
if(query(qr)) {
^~~~~
eastereggs.cpp:49:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^