Borderou de evaluare (job #1810256)

Utilizator AlexandruValeanuAlexandru Valeanu AlexandruValeanu Data 19 noiembrie 2016 20:08:59
Problema Componente tare conexe Status done
Runda Arhiva educationala Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp:5:22: warning: missing terminating ' character [enabled by default] const int MAX_N = 100'000 + 1; ^ user.cpp:5:1: error: missing terminating ' character const int MAX_N = 100'000 + 1; ^ user.cpp:7:1: error: expected ‘,’ or ‘;’ before ‘vector’ vector<int> G[MAX_N]; ^ user.cpp: In function ‘void dfs(int)’: user.cpp:20:20: error: ‘G’ was not declared in this scope for (int son : G[node]) ^ user.cpp: In function ‘int main()’: user.cpp:59:9: error: ‘G’ was not declared in this scope G[u].emplace_back(v); ^

Ceva nu functioneaza?