Problem workload
User Eugene
Submission Time 2023-01-11 17:41:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

workload.cpp: In function ‘long long int idk(long long int, long long int)’:
workload.cpp:45:9: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
45 | ans = (idk(x,y-x) + idk(x-1,y))%1000000007;
| ^~~
| abs