Borderou de evaluare (job #3221612)

Utilizator vladdobro07vladdd vladdobro07 Data 7 aprilie 2024 15:54:29
Problema Catun Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp:15:7: error: 'nmax' does not name a type 15 | const nmax = 36'000; | ^~~~ main.cpp:17:29: error: 'nmax' was not declared in this scope; did you mean 'fmax'? 17 | vector<pair<int, int>> edge[nmax + 1]; | ^~~~ | fmax main.cpp: In function 'void read()': main.cpp:23:5: error: 'fin' was not declared in this scope; did you mean 'sin'? 23 | fin >> n >> m >> k; | ^~~ | sin main.cpp:30:9: error: 'edge' was not declared in this scope 30 | edge[x].push_back({y, c}); | ^~~~ main.cpp: In function 'void dijkstra()': main.cpp:37:1: error: expected primary-expression before '}' token 37 | } | ^ Non zero exit status: 1

Ceva nu functioneaza?