Pagini recente » Cod sursa (job #3200330) | Borderou de evaluare (job #3172627) | Borderou de evaluare (job #1134403) | Borderou de evaluare (job #2670998) | 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 |