#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 | #50777843 | Utilizator | |
Fișier | mitm.cpp | Dimensiune | 1.71 KB |
Data încărcării | 02 Mai 2024, 20:19 | Scor / rezultat | 45 puncte |
mitm.cpp: In function 'int main()': mitm.cpp:46:17: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if(j&1!=0) ^ mitm.cpp:63:17: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if(j&1!=0) ^ mitm.cpp:33:33: warning: unused variable 'val' [-Wunused-variable] int n, s, i, j, d, maxim=0, val; ^ mitm.cpp: In function 'int cautbin(int, int, int)': mitm.cpp:29:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ mitm.cpp: In function 'int main()': mitm.cpp:35: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:38:27: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d", &v[i]); ^ mitm.cpp:81:19: warning: 'd' may be used uninitialized in this function [-Wmaybe-uninitialized] d += s1[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.184 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ă.