Borderou de evaluare (job #2976570)
Utilizator | Data | 9 februarie 2023 15:47:34 | |
---|---|---|---|
Problema | Muzeu | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:65:32: error: 'cout' was not declared in this scope
65 | if(a[i][j]=='#') { cout << "-2 "; continue; }
| ^~~~
main.cpp:3:1: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
2 | #include <queue>
+++ |+#include <iostream>
3 | #include <vector>
main.cpp:66:35: error: 'cout' was not declared in this scope
66 | if(dist[i][j] == 0) { cout << "-1 "; continue; }
| ^~~~
main.cpp:66:35: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !