Borderou de evaluare (job #735629)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Centru Prim (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 4 oct. 2023 19:57:55 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:10:24: error: 'sqrt' was not declared in this scope
10 | for (int i = 2; i <= sqrt(n); i++) {
| ^~~~
main.cpp:25:26: error: 'sqrt' was not declared in this scope
25 | for (int i = 2; i <= sqrt(remainingNumber); i++) {
| ^~~~