Borderou de evaluare (job #810288)

Utilizator avatar vlad_lupu lupu vlad andrei vlad_lupu IP ascuns
Problemă Vrăji (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 20 feb. 2025 21:59:34 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:42:9: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] 42 | int main() { | ^~ main.cpp:42:9: note: remove parentheses to default-initialize a variable 42 | int main() { | ^~ | -- main.cpp:42:9: note: or replace parentheses with braces to value-initialize a variable main.cpp:42:12: error: a function-definition is not allowed here before '{' token 42 | int main() { | ^