Borderou de evaluare (job #763531)

Utilizator avatar StefanIT Tertecuta Ionut Stefan StefanIT IP ascuns
Problemă Taxe (clasa a 7-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 21 feb. 2024 00:42:35 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:21:25: error: 'log' was not declared in this scope; did you mean 'long'? 21 | double result = log(i) / log(4); | ^~~ | long main.cpp:22:13: error: 'round' was not declared in this scope 22 | if (round(result) == result) { | ^~~~~