Borderou de evaluare (job #720520)

Utilizator avatar Mihai00700 Mihai Mihai00700 IP ascuns
Problemă Eoliene (clasa a 8-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 20 mai 2023 12:02:29 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'bool cmp(ura, ura)': main.cpp:18:9: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] 18 | int main(){ | ^~ main.cpp:18:9: note: remove parentheses to default-initialize a variable 18 | int main(){ | ^~ | -- main.cpp:18:9: note: or replace parentheses with braces to value-initialize a variable main.cpp:18:11: error: a function-definition is not allowed here before '{' token 18 | int main(){ | ^ main.cpp:31:2: error: expected '}' at end of input 31 | } | ^ main.cpp:11:23: note: to match this '{' 11 | bool cmp(ura a, ura b){ | ^ main.cpp:17:5: warning: unused variable 'v' [-Wunused-variable] 17 | ura v[NMAX]; | ^ main.cpp:31:2: warning: control reaches end of non-void function [-Wreturn-type] 31 | } | ^