#4266
MITM
Fie un număr natural s
și un șir de n
numere naturale nenule. Să se determine suma maximă posibilă, mai mică sau egală cu s
ce se poate obține dintr-un subșir al șirului.
Folclorul informatic
Problema | MITM | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.3 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #50777928 | Utilizator | |
Fișier | mitm.cpp | Dimensiune | 2.04 KB |
Data încărcării | 02 Mai 2024, 20:36 | Scor / rezultat | 45 puncte |
mitm.cpp: In function 'int cautbin(int, int, int)': mitm.cpp:33:31: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] if(mij!=1<<(n-n/2)-2) ^ mitm.cpp: In function 'int main()': mitm.cpp:56:17: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if(j&1!=0) ^ mitm.cpp:73:17: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if(j&1!=0) ^ mitm.cpp: In function 'int cautbin(int, int, int)': mitm.cpp:39:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ mitm.cpp: In function 'int main()': mitm.cpp:45:26: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d", &n, &s); ^ mitm.cpp:48:27: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d", &v[i]); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | OK. | 5 | 5 | ||
1 | 0 secunde | OK. | 5 | 5 | ||
2 | 0 secunde | Raspuns gresit. | 5 | 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 | OK. | 5 | 5 | ||
8 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
9 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
10 | 0 secunde | OK. | 5 | 5 | ||
11 | 0.004 secunde | Raspuns gresit. | 5 | 0 | ||
12 | 0 secunde | OK. | 5 | 5 | ||
13 | 0 secunde | OK. | 5 | 5 | ||
14 | 0 secunde | OK. | 5 | 5 | ||
15 | 0.004 secunde | OK. | 5 | 5 | ||
16 | 0.024 secunde | Raspuns gresit. | 5 | 0 | ||
17 | 0.04 secunde | OK. | 5 | 5 | ||
18 | 0.18 secunde | Raspuns gresit. | 5 | 0 | ||
19 | 0.18 secunde | Raspuns gresit. | 5 | 0 | ||
Punctaj total | 45 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema MITM 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ă.