#192
SumColMax
Să se afișeze elementele de pe coloana cu suma elementelor maximă într-o matrice.
Problema | SumColMax | Operații I/O |
sumcolmax.in /sumcolmax.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #51445836 | Utilizator | |
Fișier | sumcolmax.cpp | Dimensiune | 768 B |
Data încărcării | 18 Iunie 2024, 08:30 | Scor / rezultat | Eroare de compilare |
sumcolmax.cpp: In function 'void citeste(int (*)[26], int&, int&)': sumcolmax.cpp:6:15: error: variable 'std::ifstream F' has initializer but incomplete type ifstream F("sumcolmax.in"); ^ sumcolmax.cpp: In function 'void afis_coloana(int (*)[26], int, int)': sumcolmax.cpp:20:15: error: variable 'std::ofstream G' has initializer but incomplete type ofstream G("sumcolmax.out"); ^ sumcolmax.cpp: In function 'int main()': sumcolmax.cpp:27:30: error: 'sumcol' was not declared in this scope int smax = sumcol(a, n, 1), poz =1; ^ sumcolmax.cpp:31:36: error: 'poz' was not declared in this scope if(temp > smax) smax=temp, poz= c; ^ sumcolmax.cpp:33:26: error: 'poz' was not declared in this scope afis_coloana(a , n , poz); ^ sumcolmax.cpp:35:13: error: expected '}' at end of input return 0; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema SumColMax face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:
Suma punctajelor acordate pe testele utilizate pentru verificare este 100. Astfel, soluția ta poate obține cel mult 100 de puncte, caz în care se poate considera corectă.