0_0_39442850_17377.cpp:61:10: error: 'bits' was not declared in this scope
61 | include <bits/stdc++.h>
| ^~~~
0_0_39442850_17377.cpp:61:15: error: 'stdc' was not declared in this scope; did you mean 'std'?
61 | include <bits/stdc++.h>
| ^~~~
| std
0_0_39442850_17377.cpp:61:10: error: 'bits' was not declared in this scope
61 | include <bits/stdc++.h>
| ^~~~
0_0_39442850_17377.cpp:61:15: error: 'stdc' was not declared in this scope; did you mean 'std'?
61 | include <bits/stdc++.h>
| ^~~~
| std
0_0_39442850_17377.cpp:61:10: error: 'bits' was not declared in this scope
61 | include <bits/stdc++.h>
| ^~~~
0_0_39442850_17377.cpp:61:15: error: 'stdc' was not declared in this scope; did you mean 'std'?
61 | include <bits/stdc++.h>
| ^~~~
| std
0_0_39442850_17377.cpp:61:10: error: 'bits' was not declared in this scope
61 | include <bits/stdc++.h>
| ^~~~
0_0_39442850_17377.cpp:61:15: error: 'stdc' was not declared in this scope; did you mean 'std'?
61 | include <bits/stdc++.h>
| ^~~~
| std
0_0_39442850_17377.cpp:61:10: error: 'bits' was not declared in this scope
61 | include <bits/stdc++.h>
| ^~~~
0_0_39442850_17377.cpp:61:15: error: 'stdc' was not declared in this scope; did you mean 'std'?
61 | include <bits/stdc++.h>
| ^~~~
| std
0_0_39442850_17377.cpp:61:10: error: 'bits' was not declared in this scope
61 | include <bits/stdc++.h>
| ^~~~
0_0_39442850_17377.cpp:61:15: error: 'stdc' was not declared in this scope; did you mean 'std'?
61 | include <bits/stdc++.h>
| ^~~~
| std
0_0_39442850_17377.cpp:61:10: error: 'bits' was not declared in this scope
61 | include <bits/stdc++.h>
| ^~~~
0_0_39442850_17377.cpp:61:15: error: 'stdc' was not declared in this scope; did you mean 'std'?
61 | include <bits/stdc++.h>
| ^~~~
| std
0_0_39442850_17377.cpp:61:10: error: 'bits' was not declared in this scope
61 | include <bits/stdc++.h>
| ^~~~
0_0_39442850_17377.cpp:61:15: error: 'stdc' was not declared in this scope; did you mean 'std'?
61 | include <bits/stdc++.h>
| ^~~~
| std
0_0_39442850_17377.cpp:61:10: error: 'bits' was not declared in this scope
61 | include <bits/stdc++.h>
| ^~~~
0_0_39442850_17377.cpp:61:15: error: 'stdc' was not declared in this scope; did you mean 'std'?
61 | include <bits/stdc++.h>
| ^~~~
| std
0_0_39442850_17377.cpp:61:1: error: 'include' does not name a type
61 | include <bits/stdc++.h>
| ^~~~~~~
0_0_39442850_17377.cpp:64:11: error: redefinition of 'const int N'
64 | const int N=1e5;
| ^
0_0_39442850_17377.cpp:6:11: note: 'const int N' previously defined here
6 | const int N=1e5;
| ^
0_0_39442850_17377.cpp:65:6: error: redefinition of 'void exgcd(int, int, int&, int&)'
65 | void exgcd(int a,int b,int &x,int&y){
| ^~~~~
0_0_39442850_17377.cpp:7:6: note: 'void exgcd(int, int, int&, int&)' previously defined here
7 | void exgcd(int a,int b,int &x,int&y){
| ^~~~~
0_0_39442850_17377.cpp:78:13: error: redefinition of 'void solve()'
78 | inline void solve() {
| ^~~~~
0_0_39442850_17377.cpp:20:13: note: 'void solve()' previously defined here
20 | inline void solve() {
| ^~~~~
0_0_39442850_17377.cpp:103:5: error: redefinition of 'int main()'
103 | int main() {
| ^~~~
0_0_39442850_17377.cpp:51:5: note: 'int main()' previously defined here
51 | int main() {
| ^~~~
|