#4219
Egalitate
C++
Scrieţi definiția completă a subprogramului C++ cu antetul:
int Egalitate(int a[], int n)
Subprogramul returnează numărul minim de elemente care pot fi eliminate astfel încât fiecare număr rămas în vector să aibă aceeași frecvență de apariție.
Folclorul informatic
Problema | Egalitate | Operații I/O |
egalitate.in /egalitate.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 32 MB
|
Id soluție | #54389199 | Utilizator | |
Fișier | egalitate.cpp | Dimensiune | 556 B |
Data încărcării | 27 Noiembrie 2024, 11:44 | Scor / rezultat | 0 puncte |
egalitate.cpp: In function 'int Egalitate(int*, int)': egalitate.cpp:6:26: warning: unused variable 's' [-Wunused-variable] int f[1010]= {0},i,k,s,prd,ad; ^ egalitate.cpp:7:9: warning: unused variable 'maxi' [-Wunused-variable] int maxi=-100000,mini=1000000; ^ cc1plus: warning: iteration 1009u invokes undefined behavior [-Waggressive-loop-optimizations] egalitate.cpp:12:5: note: containing loop for(i=0; i<=1010; i++) ^ cc1plus: warning: iteration 1009u invokes undefined behavior [-Waggressive-loop-optimizations] egalitate.cpp:18:13: note: containing loop for(k=0; k<=1010; k++) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
1 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
2 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
6 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
8 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
9 | 0.004 secunde | Raspuns gresit. | 10 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Egalitate face parte din a doua categorie. Pentru aceste probleme se folosește un program suport, furnizat de propunătorul problemei. 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ă.