nizin.cpp:40:2: error: extended character is not valid in an identifier
40 | return 0 ;}
| ^
nizin.cpp:40:5: error: extended character is not valid in an identifier
40 | return 0 ;}
| ^
nizin.cpp: In function 'int main()':
nizin.cpp:13:4: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
13 | for(int g=0;g<n;g++)
| ^~~
nizin.cpp:15:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
15 | ll i=0; ll j=n-1;
| ^~
nizin.cpp:40:2: error: '\U000000a0' was not declared in this scope
40 | return 0 ;}
| ^