Borderou de evaluare (job #714047)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Divizori (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 31 mar. 2023 12:45:52 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:34:19: error: 'sqrt' was not declared in this scope
34 | int end = sqrt(MX);
| ^~~~
main.cpp:34:13: warning: unused variable 'end' [-Wunused-variable]
34 | int end = sqrt(MX);
| ^~~