Problem orchard
User huangchengcheng
Submission Time 2026-06-11 12:01:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

orchard.cpp: In function ‘int main()’:
orchard.cpp:65:25: error: ‘min_diff’ was not declared in this scope
65 | if(min_so_far < min_diff) min_diff = min_so_far;
| ^~~~~~~~
orchard.cpp:72:13: error: ‘min_diff’ was not declared in this scope
72 | cout << min_diff<<endl;
| ^~~~~~~~