0_0_39833028_9023.cpp:8:9: error: expected initializer before 's'
8 | int m,n s;
| ^
0_0_39833028_9023.cpp: In function 'bool ok(int)':
0_0_39833028_9023.cpp:12:37: error: expected ';' before 'return'
12 | if(a[x]==a[i] || abs(a[x]-a[i]==x-i)
| ^
| ;
13 | return 0;
| ~~~~~~
0_0_39833028_9023.cpp:14:1: error: expected primary-expression before 'return'
14 | return 1;
| ^~~~~~
0_0_39833028_9023.cpp:13:12: error: expected ')' before 'return'
13 | return 0;
| ^
| )
14 | return 1;
| ~~~~~~
0_0_39833028_9023.cpp:12:3: note: to match this '('
12 | if(a[x]==a[i] || abs(a[x]-a[i]==x-i)
| ^
0_0_39833028_9023.cpp: In function 'void dfs(int)':
0_0_39833028_9023.cpp:19:1: error: 's' was not declared in this scope
19 | s++;
| ^
0_0_39833028_9023.cpp:24:1: error: 'fds' was not declared in this scope; did you mean 'dfs'?
24 | fds(x+1);
| ^~~
| dfs
0_0_39833028_9023.cpp: In function 'int main()':
0_0_39833028_9023.cpp:32:1: error: 's' was not declared in this scope
32 | s=0;
| ^
0_0_39833028_9023.cpp:36:21: error: 'n' was not declared in this scope
36 | while (~scanf("%d",&n) &&n)
| ^
|