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

Compile Error

change.cpp:6:36: error: two or more data types in declaration of ‘func’
6 | int func(int x, int a, int b, int c){
| ^
change.cpp: In function ‘int main()’:
change.cpp:39:15: error: ‘func’ was not declared in this scope
39 | int temp = func(e-i*10, a, b, c);
| ^~~~