Main.cc: In function ‘int main()’:
Main.cc:10:1: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
10 | if((n>=1 || n<=10*10*10*10*10*10) && (m>=1 || m<=10*10*10*10*10*10))
| ^~
Main.cc:18:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
18 | for(int i=0;i