Problem orchard
User Reverberate
Submission Time 2023-08-31 11:17:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

orchard.cpp: In function ‘int main()’:
orchard.cpp:18:18: error: ‘arr’ was not declared in this scope
18 | cin>>arr[x][y];
| ^~~
orchard.cpp:24:65: error: ‘arr’ was not declared in this scope
24 | bruh[x][y]=bruh[x-1][y]+bruh[x][y-1]-bruh[x-1][y-1]+arr[x-1][y-1];
| ^~~