Borderou de evaluare (job #3298486)

Utilizator bogdanSTStaicu Bogdan Cristian bogdanST Data 30 mai 2025 15:48:01
Problema Bacterii2 Status done
Runda Arhiva ICPC Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp:5:1: error: expected ',' or ';' before 'ofstream' 5 | ofstream fout("bacterii2.out") | ^~~~~~~~ main.cpp: In function 'int main()': main.cpp:16:13: error: 'fout' was not declared in this scope 16 | fout << endl; | ^~~~ main.cpp:37:16: error: 'MMAX' was not declared in this scope; did you mean 'TMP_MAX'? 37 | int mp[MMAX] = {0}; | ^~~~ | TMP_MAX main.cpp:43:17: error: 'mp' was not declared in this scope; did you mean 'm'? 43 | mp[r]++; | ^~ | m main.cpp:49:17: error: 'mp' was not declared in this scope; did you mean 'm'? 49 | if (mp[r] > 0) { | ^~ | m main.cpp:50:17: error: 'fout' was not declared in this scope 50 | fout << r << " " << mp[r] << endl; | ^~~~ Non zero exit status: 1

Ceva nu functioneaza?