#4370
kda
Dându-se o listă conținând KDA-urilor celor N
prieteni ai lui Gigel și mărimea unei echipe k
, Gigel dorește să afle care este qE
-ul celei mai neechilibrate echipe. Astfel el calculează qE
-ul tuturor echipelor posibile (\(\frac{N!}{k!(N-k)!}\) la număr) și apoi alege qE
-ul maxim posibil.
Info-Oltenia 2023, individual 10
Problema | kda | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.5 secunde | Limita memorie |
Total: 128 MB
/
Stivă 64 MB
|
Id soluție | #46566338 | Utilizator | |
Fișier | kda.cpp | Dimensiune | 1.48 KB |
Data încărcării | 17 Noiembrie 2023, 09:46 | Scor / rezultat | 0 puncte |
kda.cpp: In function 'int main()': kda.cpp:47:38: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] freopen("orase1.in", "rt", stdin); ^ kda.cpp:48:40: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result] freopen("orase1.out", "wt", stdout); ^ kda.cpp:49:27: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d %d\n",&N,&K); ^ kda.cpp:53:25: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d ",x+i); ^ kda.cpp: In function 'int findIndex(int*, int, int, int)': kda.cpp:25:12: warning: 'bestIdx' may be used uninitialized in this function [-Wmaybe-uninitialized] return bestIdx; ^ kda.cpp: In function 'bool findSolution(int*, int, int, int, int&)': kda.cpp:37:41: warning: 'bestIdx' may be used uninitialized in this function [-Wmaybe-uninitialized] i = 1 + findIndex(x, N, j, dMax); ^ kda.cpp:9:20: warning: 'bestIdx' may be used uninitialized in this function [-Wmaybe-uninitialized] int val = x[idx]; ^ kda.cpp:8:22: note: 'bestIdx' was declared here int lo, hi, mid, bestIdx; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 2 | 0 | ||
2 | 0 secunde | Raspuns gresit. | 3 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
6 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
8 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
9 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
10 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
11 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
12 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
13 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
14 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
15 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
16 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
17 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
18 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
19 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
20 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
21 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema kda 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ă.