#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 | #54182117 | Utilizator | |
Fișier | pozmax.cpp | Dimensiune | 371 B |
Data încărcării | 21 Noiembrie 2024, 14:41 | Scor / rezultat | Eroare de compilare |
pozmax.cpp:4:11: error: variable 'std::ifstream f' has initializer but incomplete type ifstream f("pozmax.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:9:12: error: conflicting declaration 'double x' double x,ma; ^ pozmax.cpp:8:9: error: 'x' has a previous declaration as 'int x' int x,p,u; ^ pozmax.cpp:10:8: error: 'n' was not declared in this scope f>>n; ^ pozmax.cpp:15:9: error: 'i' was not declared in this scope for(i=2;i<=n;i++) ^ pozmax.cpp:19:11: error: 'i' was not declared in this scope p=i; ^ pozmax.cpp:23:7: error: 'i' was not declared in this scope u=i ^ pozmax.cpp:24:1: error: expected ';' before '}' token } ^ pozmax.cpp: At global scope: pozmax.cpp:25:5: error: 'g' does not name a type g<<p<<" "<<u; ^ pozmax.cpp:26:5: error: expected unqualified-id before 'return' return 0; ^ pozmax.cpp:27:1: error: expected declaration before '}' token } ^
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ă.