Borderou de evaluare (job #767312)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cifre 4 (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 11 mar. 2024 17:53:35 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:24:5: error: 'copie2' was not declared in this scope; did you mean 'copie1'?
24 | copie2 = n;
| ^~~~~~
| copie1
main.cpp:29:12: error: 'sqrt' was not declared in this scope
29 | if(sqrt(c) == int(sqrt(c)))
| ^~~~