#553
PozMinMax
Să se determine indicele maximului şi cel al minimului valorilor elementelor unui vector.
Problema | PozMinMax | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #52330525 | Utilizator | |
Fișier | pozminmax.cpp | Dimensiune | 611 B |
Data încărcării | 26 Septembrie 2024, 16:03 | Scor / rezultat | 100 puncte |
pozminmax.cpp: In function 'int pozmin(int, int*)': pozminmax.cpp:18:12: warning: 'poz' may be used uninitialized in this function [-Wmaybe-uninitialized] return poz; ^ pozminmax.cpp: In function 'int pozmax(int, int*)': pozminmax.cpp:28:12: warning: 'poz' may be used uninitialized in this function [-Wmaybe-uninitialized] return poz; ^ pozminmax.cpp: In function 'int main()': pozminmax.cpp:34:40: warning: 'poz' may be used uninitialized in this function [-Wmaybe-uninitialized] cout<<pozmin(n,v)<<" "<<pozmax(n,v); ^ pozminmax.cpp:34:21: warning: 'poz' may be used uninitialized in this function [-Wmaybe-uninitialized] cout<<pozmin(n,v)<<" "<<pozmax(n,v); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 20 | 20 | Exemplu | |
2 | 0 secunde | OK. | 40 | 40 | ||
3 | 0 secunde | OK. | 30 | 30 | ||
4 | 0 secunde | OK. | 10 | 10 | ||
Punctaj total | 100 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema PozMinMax 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ă.