Problem change
User Sandarach151
Submission Time 2023-01-10 15:16:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

change.cpp: In function ‘int main()’:
change.cpp:39:35: error: too many arguments to function ‘int func(int)’
39 | int temp = func(e-i*10, a, b, c);
| ^
change.cpp:6:5: note: declared here
6 | int func(int x){
| ^~~~