#3637
Interesting Array
Se dă un vector cu n
numere. În acest vector, trebuie aflat intervalul(care poate fi oricare subsecvență cu elemente consecutive din vector) care este cel mai interesant.
Problema | Interesting Array | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 64 MB
|
Id soluție | #39149003 | Utilizator | |
Fișier | interesting_array.cpp | Dimensiune | 2.09 KB |
Data încărcării | 31 Octombrie 2022, 20:39 | Scor / rezultat | Eroare de compilare |
interesting_array.cpp: In function 'int main()': interesting_array.cpp:85:14: error: expected unqualified-id before '[' token for(auto [l, r] : S) { ^ interesting_array.cpp:85:14: error: expected ';' before '[' token interesting_array.cpp:85:15: error: 'l' was not declared in this scope for(auto [l, r] : S) { ^ interesting_array.cpp:85:18: error: 'r' was not declared in this scope for(auto [l, r] : S) { ^ interesting_array.cpp: In lambda function: interesting_array.cpp:85:21: error: expected '{' before ':' token for(auto [l, r] : S) { ^ interesting_array.cpp: In function 'int main()': interesting_array.cpp:85:21: error: expected ';' before ':' token interesting_array.cpp:85:21: error: expected primary-expression before ':' token interesting_array.cpp:85:21: error: expected ')' before ':' token interesting_array.cpp:85:21: error: expected primary-expression before ':' token interesting_array.cpp:85:21: error: expected ';' before ':' token interesting_array.cpp:84:9: warning: unused variable 'st' [-Wunused-variable] int st = 1, dr = 0, re = 0; ^ interesting_array.cpp:84:17: warning: unused variable 'dr' [-Wunused-variable] int st = 1, dr = 0, re = 0; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Interesting Array 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ă.