Problem pythonindentation
User popperoni
Submission Time 2024-12-03 23:26:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonindentation.cpp: In function ‘long long int ans(long long int, long long int)’:
pythonindentation.cpp:14:20: error: ‘i’ was not declared in this scope
14 | sum = ans(at+1, i) + ans(at+1, i-1);
| ^