Borderou de evaluare (job #735631)

Utilizator avatar R599 Cavaler Rares Matei R599 IP ascuns
Problemă Centru Prim (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 4 oct. 2023 19:58:22 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++) { | ^~~~