Borderou de evaluare (job #647425)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Gadfadăr (clasa 6-7) | Compilator | cpp-32 |
Rundă | Status | evaluat | |
Dată | 15 apr. 2022 23:08:12 | Scor | ascuns |
Raport evaluator
Compilare:
main.cpp: In function 'int main()':
main.cpp:70:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'unsigned int'} [-Wsign-compare]
70 | for(int i = 0; i < sol.size(); i++){
| ~~^~~~~~~~~~~~
main.cpp:54:18: warning: iteration 1000003 invokes undefined behavior [-Waggressive-loop-optimizations]
54 | if(ciur[i] == 0){
| ~~~~~~^
main.cpp:53:22: note: within this loop
53 | for(int i = 2; i <= MAX; i++){
| ^