Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #3177329)
| Utilizator | Data | 28 noiembrie 2023 23:20:26 | |
|---|---|---|---|
| Problema | Permutari | Status | done |
| Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
| Scor | 100 | ||
Raport evaluator
Compilare:
main.cpp: In member function 'BigInt BigInt::operator+(const BigInt&)':
main.cpp:29:23: warning: comparison of integer expressions of different signedness: 'int' and 'const long unsigned int' [-Wsign-compare]
29 | for (int i = 0; i < min(digits.size(), other.digits.size()); ++i) {
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:35:61: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
35 | for (int i = min(digits.size(), other.digits.size()); i < digits.size();
| ~~^~~~~~~~~~~~~~~
main.cpp:43:12: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
43 | i < other.digits.size(); ++i) {
| ~~^~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'BigInt BigInt::operator*(int)':
main.cpp:58:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
58 | for (int i = 0; i < digits.size(); ++i) {
| ~~^~~~~~~~~~~~~~~
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 0ms | 303kb | Ok! | 10 |
| 2 | 0ms | 303kb | Ok! | 10 |
| 3 | 2ms | 1085kb | Ok! | 10 |
| 4 | 8ms | 3440kb | Ok! | 10 |
| 5 | 34ms | 15859kb | Ok! | 10 |
| 6 | 0ms | 303kb | Ok! | 10 |
| 7 | 2ms | 1081kb | Ok! | 10 |
| 8 | 29ms | 13316kb | Ok! | 10 |
| 9 | 2ms | 1081kb | Ok! | 10 |
| 10 | 29ms | 12693kb | Ok! | 10 |
| Punctaj total | 100 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
