#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 | #54588184 | Utilizator | |
Fișier | expresie6.cpp | Dimensiune | 1.17 KB |
Data încărcării | 03 Decembrie 2024, 09:43 | Scor / rezultat | 100 puncte |
expresie6.cpp: In function 'int main()': expresie6.cpp:9:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < s.length(); i++) ^ expresie6.cpp:17:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < s.length(); i++) ^ expresie6.cpp:45:15: warning: array subscript has type 'char' [-Wchar-subscripts] if(A[c] != 0 && A[c] > Max) ^ expresie6.cpp:45:28: warning: array subscript has type 'char' [-Wchar-subscripts] if(A[c] != 0 && A[c] > Max) ^ expresie6.cpp:46:22: warning: array subscript has type 'char' [-Wchar-subscripts] Max = A[c]; ^ expresie6.cpp:48:15: warning: array subscript has type 'char' [-Wchar-subscripts] if(A[c] == Max) ^ expresie6.cpp:49:24: warning: array subscript has type 'char' [-Wchar-subscripts] cout << A[c] << c; ^
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ă.