Problem orchard
User justin271828
Submission Time 2024-07-28 16:39:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

orchard.cpp: In function ‘int main()’:
orchard.cpp:35:24: error: ‘j’ was not declared in this scope
35 | ans = max(ans, diff[j] - mini[j]);
| ^