#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 | #54265087 | Utilizator | |
Fișier | pozmax.cpp | Dimensiune | 390 B |
Data încărcării | 24 Noiembrie 2024, 01:00 | Scor / rezultat | Eroare de compilare |
pozmax.cpp:3:13: error: variable 'std::ifstream fin' has initializer but incomplete type ifstream fin("pozmax.in"); ^ pozmax.cpp:4:14: error: variable 'std::ofstream fout' has initializer but incomplete type ofstream fout("pozmax.out"); ^ pozmax.cpp:5:1: error: 'max' does not name a type max=0,u=0,p=0,n,t; ^ pozmax.cpp: In function 'int main()': pozmax.cpp:8:12: error: 'n' was not declared in this scope fin >> n; ^ pozmax.cpp:10:13: error: 't' was not declared in this scope {fin >> t; ^ pozmax.cpp:12:10: error: 'p' was not declared in this scope {p=i; ^ pozmax.cpp:16:9: error: 'u' was not declared in this scope u=i; ^ pozmax.cpp:18:13: error: 'p' was not declared in this scope fout << p << ' ' << u; ^ pozmax.cpp:18:25: error: 'u' was not declared in this scope fout << p << ' ' << u; ^
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ă.