#282
PozMax
Se dă un şir cu n
elemente, numere reale, numerotate de la 1
la n
. Determinaţi numărul de ordine al primei şi al ultimei apariţii a valorii maxime din şir.
Problema | PozMax | Operații I/O |
pozmax.in /pozmax.out
|
---|---|---|---|
Limita timp | 0.2 secunde | Limita memorie |
Total: 32 MB
/
Stivă 8 MB
|
Id soluție | #54218615 | Utilizator | |
Fișier | pozmax.cpp | Dimensiune | 339 B |
Data încărcării | 22 Noiembrie 2024, 12:53 | Scor / rezultat | Eroare de compilare |
pozmax.cpp:4:11: error: variable 'std::ifstream f' has initializer but incomplete type ifstream f("poxmax.in"); ^ pozmax.cpp:5:11: error: variable 'std::ofstream g' has initializer but incomplete type ofstream g("pozmax.out"); ^ pozmax.cpp: In function 'int main()': pozmax.cpp:10:19: error: 'DBL_MAX' was not declared in this scope double x,maxx=DBL_MAX; ^ pozmax.cpp:14:26: error: expected ';' before '}' token { maxx=x;p=1;u=1 } ^ pozmax.cpp:15:23: warning: suggest parentheses around assignment used as truth value [-Wparentheses] else if(x=maxx) u=i; ^ pozmax.cpp:18:1: error: expected '}' at end of input } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema PozMax 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ă.