Borderou de evaluare (job #818779)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Puzzle4 (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 6 apr. 2025 13:12:41 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:41:12: error: 'i' was not declared in this scope
41 | if (s%i == 0)
| ^
main.cpp:44:6: error: break statement not within loop or switch
44 | break;
| ^~~~~