cyberland.cpp:16:2: error: extended character is not valid in an identifier
16 | return 0;
| ^
cyberland.cpp:17:2: error: extended character is not valid in an identifier
17 | }
| ^
cyberland.cpp: In function 'int main()':
cyberland.cpp:8:5: error: 'i' was not declared in this scope
8 | for(i=1 ; i<=n , i++){
| ^
cyberland.cpp:8:14: error: 'n' was not declared in this scope; did you mean 'yn'?
8 | for(i=1 ; i<=n , i++){
| ^
| yn
cyberland.cpp:8:21: error: expected ';' before ')' token
8 | for(i=1 ; i<=n , i++){
| ^
| ;
cyberland.cpp:10:5: warning: unused variable 'ans' [-Wunused-variable]
10 | int ans=i;
| ^~~
cyberland.cpp:13:5: warning: unused variable 'ans' [-Wunused-variable]
13 | int ans=-1;
| ^~~
cyberland.cpp:16:2: error: '\U000000a0return' was not declared in this scope; did you mean 'sigreturn'?
16 | return 0;
| ^~~~~~~
| sigreturn
cyberland.cpp:17:2: error: '\U000000a0' was not declared in this scope
17 | }
| ^
cyberland.cpp:7:5: warning: unused variable 'ans' [-Wunused-variable]
7 | int ans;
| ^~~