Borderou de evaluare (job #2922150)
Utilizator | Data | 4 septembrie 2022 22:35:22 | |
---|---|---|---|
Problema | Muzeu | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:8:6: error: variable or field 'Bfs' declared void
8 | void Bfs(queue paznici){
| ^~~
main.cpp:8:16: error: missing template arguments before 'paznici'
8 | void Bfs(queue paznici){
| ^~~~~~~
main.cpp: In function 'int main()':
main.cpp:50:5: error: 'Bfs' was not declared in this scope
50 | Bfs(paznici);
| ^~~
main.cpp:53:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
53 | for(int j=1; j<=n; j++)
| ^~~
main.cpp:55:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
55 | g<<'\n';
| ^
main.cpp:30:9: warning: unused variable 'iLinie' [-Wunused-variable]
30 | int iLinie[] = { -1, 0, 1, 0 };
| ^~~~~~
main.cpp:31:9: warning: unused variable 'iColoana' [-Wunused-variable]
31 | int iColoana[] = { 0, 1, 0, -1 };
| ^~~~~~~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !