svjetlo.cpp: In function 'void dfs(int, int)':
svjetlo.cpp:18:18: error: 'g' was not declared in this scope
18 | for (int u : g[v]){
| ^
svjetlo.cpp:29:22: error: continue statement not within a loop
29 | if (cnt[v] == 0) continue;
| ^~~~~~~~
svjetlo.cpp:41:16: error: 'was' was not declared in this scope
41 | if ((kol ^ was) % 2 == ){
| ^~~
svjetlo.cpp:41:28: error: expected primary-expression before ')' token
41 | if ((kol ^ was) % 2 == ){
| ^
svjetlo.cpp:46:22: error: 'g' was not declared in this scope
46 | for (int u : g[v]){
| ^
svjetlo.cpp:44:12: warning: unused variable 'sm' [-Wunused-variable]
44 | ll sm = 0;
| ^~
svjetlo.cpp: In function 'int main()':
svjetlo.cpp:75:9: error: 'g' was not declared in this scope
75 | g[x].PB(y);
| ^