#1880
platou3
Se consideră un şir format din n
numere întregi. Șirul conține cel puțin un număr pozitiv. Să se determine lungimea maximă a unei secvenţe din şir care are proprietatea că este formată doar din valori strict pozitive.
Problema | platou3 | Operații I/O |
platou3.in /platou3.out
|
---|---|---|---|
Limita timp | 0.01 secunde | Limita memorie |
Total: 0.3 MB
/
Stivă 0.3 MB
|
Id soluție | #52492539 | Utilizator | |
Fișier | platou3.cpp | Dimensiune | 541 B |
Data încărcării | 01 Octombrie 2024, 17:17 | Scor / rezultat | Eroare de compilare |
platou3.cpp:3:14: warning: missing terminating " character [enabled by default] ifstream fin("platou3.in) ^ platou3.cpp:3:1: error: missing terminating " character ifstream fin("platou3.in) ^ platou3.cpp:4:15: warning: missing terminating " character [enabled by default] ofstream fout("platou3.out) ^ platou3.cpp:4:1: error: missing terminating " character ofstream fout("platou3.out) ^ platou3.cpp:6:15: error: expected ')' before '{' token { ^ platou3.cpp:6:15: error: expected ')' before '{' token platou3.cpp: In function 'std::ifstream fin(std::ofstream (*)(int (*)()))': platou3.cpp:8:20: error: invalid operands of types 'std::ifstream(std::ofstream (*)(int (*)())) {aka std::basic_ifstream<char>(std::basic_ofstream<char> (*)(int (*)()))}' and 'int' to binary 'operator>>' fin>>n; ^ platou3.cpp:11:21: error: 'x' was not declared in this scope {fin>>x; ^ platou3.cpp:17:24: warning: statement has no effect [-Wunused-value] lmax+l; ^ platou3.cpp:20:22: error: invalid operands of types 'std::ofstream (*)(int (*)()) {aka std::basic_ofstream<char> (*)(int (*)())}' and 'int' to binary 'operator<<' fout<<lmax; ^ platou3.cpp:21:23: error: could not convert '0' from 'int' to 'std::ifstream {aka std::basic_ifstream<char>}' return 0; ^ platou3.cpp:22:15: warning: control reaches end of non-void function [-Wreturn-type] } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema platou3 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ă.