Borderou de evaluare (job #582301)

Utilizator avatar RedFiree Alex Prohnitchi RedFiree IP ascuns
Problemă Paranteze Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 18 feb. 2021 01:23:36 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'void back(short int, short int)': main.cpp:41:17: error: expected ')' before 'b' 41 | back(a+1 b-1); | ~ ^~ | ) main.cpp:41:21: error: too few arguments to function 'void back(short int, short int)' 41 | back(a+1 b-1); | ^ main.cpp:29:6: note: declared here 29 | void back(short a, short b) | ^~~~