#2026
PlatouK
Determinati lungimea maximă a unui platou care poate să apară în şir în urma efectuării operatiunilor de maxim k
ori sau elementul din care este format platoul.
Problema | PlatouK | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 1.7 secunde | Limita memorie |
Total: 6 MB
/
Stivă 6 MB
|
Id soluție | #54878123 | Utilizator | |
Fișier | platouk.cpp | Dimensiune | 1.68 KB |
Data încărcării | 11 Decembrie 2024, 08:53 | Scor / rezultat | Eroare de compilare |
platouk.cpp: In function 'std::pair<int, int> find_max_plateau(int, int, const std::vector<int>&, int)': platouk.cpp:32:22: error: expected unqualified-id before '[' token for (const auto& [value, count] : freq) { ^ platouk.cpp:32:22: error: expected ';' before '[' token platouk.cpp:32:23: error: 'value' was not declared in this scope for (const auto& [value, count] : freq) { ^ platouk.cpp: In lambda function: platouk.cpp:32:37: error: expected '{' before ':' token for (const auto& [value, count] : freq) { ^ platouk.cpp: In function 'std::pair<int, int> find_max_plateau(int, int, const std::vector<int>&, int)': platouk.cpp:32:22: error: overloaded function with no contextual type information for (const auto& [value, count] : freq) { ^ platouk.cpp:32:37: error: expected ';' before ':' token for (const auto& [value, count] : freq) { ^ platouk.cpp:32:37: error: expected primary-expression before ':' token platouk.cpp:32:37: error: expected ')' before ':' token platouk.cpp:32:37: error: expected primary-expression before ':' token platouk.cpp:32:37: error: expected ';' before ':' token platouk.cpp:29:9: warning: unused variable 'max_plateau_length' [-Wunused-variable] int max_plateau_length = 0; ^ platouk.cpp:30:9: warning: unused variable 'best_element' [-Wunused-variable] int best_element = 0; ^ platouk.cpp:72:1: error: expected '}' at end of input } ^ platouk.cpp:72:1: warning: no return statement in function returning non-void [-Wreturn-type]
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema PlatouK 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ă.