Borderou de evaluare (job #706648)

Utilizator avatar AnaD096 ana dorcioman AnaD096 IP ascuns
Problemă Alfanumeric (clasa a 5-a) Compilator cpp-32
Rundă superoji2 Status evaluat
Dată 13 mar. 2023 23:01:38 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:19:9: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] 19 | int main() | ^~ main.cpp:19:9: note: remove parentheses to default-initialize a variable 19 | int main() | ^~ | -- main.cpp:19:9: note: or replace parentheses with braces to value-initialize a variable main.cpp:21:1: error: a function-definition is not allowed here before '{' token 21 | { | ^ main.cpp:76:2: error: expected '}' at end of input 76 | } | ^ main.cpp:6:13: note: to match this '{' 6 | int main () { | ^