Pagini recente » Borderou de evaluare (job #1177809) | Borderou de evaluare (job #2855394) | Borderou de evaluare (job #1742572) | Borderou de evaluare (job #131706) | Borderou de evaluare (job #2872100)
Borderou de evaluare (job #2872100)
Raport evaluator
Compilare:
main.cpp: In copy constructor 'InfInt::InfInt(const InfInt&)':
main.cpp:175:10: warning: 'InfInt::pos' will be initialized after [-Wreorder]
175 | bool pos; // true if number is positive
| ^~~
main.cpp:174:28: warning: 'std::vector<int> InfInt::val' [-Wreorder]
174 | std::vector<ELEM_TYPE> val; // number with base FACTOR
| ^~~
main.cpp:307:8: warning: when initialized here [-Wreorder]
307 | inline InfInt::InfInt(const InfInt& l) : pos(l.pos), val(l.val)
| ^~~~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 2ms | 188kb | OK | 100 |
Punctaj total | 100 |