Borderou de evaluare (job #3177103)

Utilizator BranckhiusIon Dragos-Constantin Branckhius Data 28 noiembrie 2023 15:42:47
Problema Dragoni Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp:6:1: error: 'ifstream' does not name a type 6 | ifstream f("dragoni.in"); | ^~~~~~~~ main.cpp:7:1: error: 'ofstream' does not name a type 7 | ofstream g("dragoni.out"); | ^~~~~~~~ main.cpp: In function 'void dfs(int, std::vector<int>&, int)': main.cpp:15:16: error: declaration of 'int n' shadows a parameter 15 | int temp,i,n,max_distance=-1; | ^ main.cpp:13:47: note: 'int n' previously declared here 13 | void dfs(int current,vector<int>& vizitat,int n) | ~~~~^ main.cpp:26:5: error: 'g' was not declared in this scope 26 | g << max_distance; | ^ main.cpp: In function 'int main()': main.cpp:31:5: error: 'f' was not declared in this scope 31 | f >> t; | ^ main.cpp:84:9: error: 'g' was not declared in this scope 84 | g << total; | ^ Non zero exit status: 1

Ceva nu functioneaza?