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