#879
Egalitati
Să se determine necunoscutele dintr-o listă de relații date.
Problema | Egalitati | Operații I/O |
egalitati.in /egalitati.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54485256 | Utilizator | |
Fișier | egalitati.cpp | Dimensiune | 1.32 KB |
Data încărcării | 29 Noiembrie 2024, 19:12 | Scor / rezultat | 100 puncte |
egalitati.cpp: In function 'std::string eval(std::string)': egalitati.cpp:22:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (s.find_first_of('+') == -1 && s.find_first_of('*') == -1) ^ egalitati.cpp:22:64: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (s.find_first_of('+') == -1 && s.find_first_of('*') == -1) ^ egalitati.cpp:27:32: warning: array subscript has type 'char' [-Wchar-subscripts] return eval(ec[s[0]]); ^ egalitati.cpp: In function 'int main()': egalitati.cpp:51:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < s.size(); ++i) ^ egalitati.cpp:56:21: warning: array subscript has type 'char' [-Wchar-subscripts] ec[s.front()] = s.substr(2, s.size() - 2); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 20 | 20 | Exemplu | |
2 | 0 secunde | OK. | 20 | 20 | ||
3 | 0 secunde | OK. | 20 | 20 | ||
4 | 0 secunde | OK. | 20 | 20 | ||
5 | 0 secunde | OK. | 20 | 20 | ||
Punctaj total | 100 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Egalitati 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ă.