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

Compile Error

change.cpp:4:14: error: expected unqualified-id before ‘long’
4 | typedef int (long long)
| ^~~~
change.cpp:4:14: error: expected ‘)’ before ‘long’
4 | typedef int (long long)
| ~^~~~
| )
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);
| ^~~~