Borderou de evaluare (job #2474402)
Utilizator | Data | 15 octombrie 2019 10:27:43 | |
---|---|---|---|
Problema | Tricolor | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:8:8: error: 'N' was not declared in this scope
int dp[N][N];
^
main.cpp:8:11: error: 'N' was not declared in this scope
int dp[N][N];
^
main.cpp:9:9: error: 'N' was not declared in this scope
int ruc[N][N];
^
main.cpp:9:12: error: 'N' was not declared in this scope
int ruc[N][N];
^
main.cpp:10:7: error: 'N' was not declared in this scope
int t[N];
^
main.cpp:12:1: error: 'vector' does not name a type
vector < int > E[N];
^~~~~~
main.cpp: In function 'void dfs(int)':
main.cpp:15:18: error: 'E' was not declared in this scope
for (int i : E[nod]) {
^
main.cpp:16:18: error: 't' was not declared in this scope
if (i == t[nod])
^
main.cpp:18:9: error: 't' was not declared in this scope
t[i] = nod;
^
main.cpp: In function 'int main()':
main.cpp:28:16: error: 'n' was not declared in this scope
fin >> n;
^
main.cpp:30:13: error: 'E' was not declared in this scope
E[i].clear();
^
main.cpp:32:20: error: 'a' was not declared in this scope
fin >> a >> b;
^
main.cpp:32:25: error: 'b' was not declared in this scope
fin >> a >> b;
^
main.cpp:33:13: error: 'E' was not declared in this scope
E[a].push_back(b);
^
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !