#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 | #27779107 | Utilizator | |
Fișier | pozminmax.cpp | Dimensiune | 724 B |
Data încărcării | 10 Februarie 2021, 18:43 | Scor / rezultat | 100 puncte |
pozminmax.cpp: In function 'int main()': pozminmax.cpp:8:19: warning: variable 'a' set but not used [-Wunused-but-set-variable] long long int a,c,n,i,f,p,x,k,y,b,e,d,j; ^ pozminmax.cpp:8:21: warning: variable 'c' set but not used [-Wunused-but-set-variable] long long int a,c,n,i,f,p,x,k,y,b,e,d,j; ^ pozminmax.cpp:8:25: warning: variable 'i' set but not used [-Wunused-but-set-variable] long long int a,c,n,i,f,p,x,k,y,b,e,d,j; ^ pozminmax.cpp:8:27: warning: unused variable 'f' [-Wunused-variable] long long int a,c,n,i,f,p,x,k,y,b,e,d,j; ^ pozminmax.cpp:8:29: warning: variable 'p' set but not used [-Wunused-but-set-variable] long long int a,c,n,i,f,p,x,k,y,b,e,d,j; ^ pozminmax.cpp:8:33: warning: variable 'k' set but not used [-Wunused-but-set-variable] long long int a,c,n,i,f,p,x,k,y,b,e,d,j; ^ pozminmax.cpp:8:39: warning: unused variable 'e' [-Wunused-variable] long long int a,c,n,i,f,p,x,k,y,b,e,d,j; ^ pozminmax.cpp:8:41: warning: unused variable 'd' [-Wunused-variable] long long int a,c,n,i,f,p,x,k,y,b,e,d,j; ^ pozminmax.cpp:36:15: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized] cout << y+1 << " "; ^ pozminmax.cpp:37:15: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized] cout << x+1; ^
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ă.