#858
Expresie6
Se dă o expresie cu necunoscutele x y z
și coeficienți întregi. Să se reducă termenii asemenea și să se determine termenul din expresia rezultat cu coeficientul maxim.
Problema | Expresie6 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54061653 | Utilizator | |
Fișier | expresie6.cpp | Dimensiune | 1.38 KB |
Data încărcării | 18 Noiembrie 2024, 22:47 | Scor / rezultat | 100 puncte |
expresie6.cpp: In function 'int main()': expresie6.cpp:14:18: warning: NULL used in arithmetic [-Wpointer-arith] while (s[i]!=NULL) ^ expresie6.cpp:35:27: warning: array subscript has type 'char' [-Wchar-subscripts] v[s[i]]++; ^ expresie6.cpp:40:27: warning: array subscript has type 'char' [-Wchar-subscripts] v[s[i]]--; ^ expresie6.cpp:48:27: warning: array subscript has type 'char' [-Wchar-subscripts] v[s[i]]+=nr; ^ expresie6.cpp:53:27: warning: array subscript has type 'char' [-Wchar-subscripts] v[s[i]]-=nr; ^ expresie6.cpp:64:16: warning: array subscript has type 'char' [-Wchar-subscripts] if (v[i]>mx && v[i]!=0) ^ expresie6.cpp:64:27: warning: array subscript has type 'char' [-Wchar-subscripts] if (v[i]>mx && v[i]!=0) ^ expresie6.cpp:67:19: warning: array subscript has type 'char' [-Wchar-subscripts] mx=v[i]; ^ expresie6.cpp:13:9: warning: unused variable 'n' [-Wunused-variable] int n=strlen(s), i=0, nr=0, semn=1; ^ expresie6.cpp:60:10: warning: 'fin' may be used uninitialized in this function [-Wmaybe-uninitialized] char fin; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 10 | 10 | Exemplu | |
2 | 0 secunde | OK. | 10 | 10 | ||
3 | 0 secunde | OK. | 10 | 10 | ||
4 | 0 secunde | OK. | 10 | 10 | ||
5 | 0 secunde | OK. | 10 | 10 | ||
6 | 0 secunde | OK. | 10 | 10 | ||
7 | 0 secunde | OK. | 10 | 10 | ||
8 | 0 secunde | OK. | 10 | 10 | ||
9 | 0 secunde | OK. | 10 | 10 | ||
10 | 0 secunde | OK. | 10 | 10 | ||
Punctaj total | 100 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Expresie6 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ă.