Borderou de evaluare (job #636928)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Neuroni (clasa a 8-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 1 mar. 2022 14:18:20 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:4:1: error: 'ifstream' does not name a type
4 | ifstream f("neuroni.in");
| ^~~~~~~~
main.cpp:5:1: error: 'ofstream' does not name a type
5 | ofstream g("neuroni.out");
| ^~~~~~~~
main.cpp: In function 'int main()':
main.cpp:18:1: error: 'f' was not declared in this scope
18 | f>>n>>m;
| ^
main.cpp:39:9: error: 'g' was not declared in this scope
39 | g<<mat[n][i]<<" ";
| ^
main.cpp:42:1: error: 'g' was not declared in this scope
42 | g<<"\n";
| ^