0_0_39135583_6777.cpp: In function 'int main()':
0_0_39135583_6777.cpp:9:37: error: 'min_value' was not declared in this scope; did you mean 'max_value'?
9 | max_value=a;min_value=b;
| ^~~~~~~~~
| max_value
0_0_39135583_6777.cpp:12:37: error: 'min_value' was not declared in this scope; did you mean 'max_value'?
12 | max_value=b;min_value=a;
| ^~~~~~~~~
| max_value
0_0_39135583_6777.cpp:14:23: error: 'min_value' was not declared in this scope; did you mean 'max_value'?
14 | for(i=min_value;i<=max_value;i++)
| ^~~~~~~~~
| max_value
|