Borderou de evaluare (job #3317153)

Utilizator a_violetaAvram Violeta-Iulia a_violeta Data 22 octombrie 2025 16:28:43
Problema Parcurgere DFS - componente conexe Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp:14:1: error: 'ifstream' does not name a type 14 | ifstream fin("dfs.in"); | ^~~~~~~~ main.cpp:15:1: error: 'ofstream' does not name a type 15 | ofstream fout("dfs.out"); | ^~~~~~~~ main.cpp: In function 'int main()': main.cpp:31:9: error: 'fin' was not declared in this scope 31 | fin >> n >> m; | ^~~ main.cpp:48:9: error: 'fout' was not declared in this scope 48 | fout << nr; | ^~~~ Non zero exit status: 1

Ceva nu functioneaza?