0_0_39660829_22142.cpp: In function 'int main()':
0_0_39660829_22142.cpp:21:23: error: 'max' was not declared in this scope; did you mean 'manx'?
21 | for(int j=max(0,i-6);j<=i-1;j++)
| ^~~
| manx
0_0_39660829_22142.cpp:40:30: error: 'min' was not declared in this scope; did you mean 'main'?
40 | int temp=min(n,j);
| ^~~
| main
|