0_0_39066835_519.cpp:3:22: error: stray '#' in program
3 | using ll = long long;#include <bits/stdc++.h>
| ^
0_0_39066835_519.cpp:3:32: error: 'bits' was not declared in this scope
3 | using ll = long long;#include <bits/stdc++.h>
| ^~~~
0_0_39066835_519.cpp:3:37: error: 'stdc' was not declared in this scope; did you mean 'std'?
3 | using ll = long long;#include <bits/stdc++.h>
| ^~~~
| std
0_0_39066835_519.cpp:3:32: error: 'bits' was not declared in this scope
3 | using ll = long long;#include <bits/stdc++.h>
| ^~~~
0_0_39066835_519.cpp:3:37: error: 'stdc' was not declared in this scope; did you mean 'std'?
3 | using ll = long long;#include <bits/stdc++.h>
| ^~~~
| std
0_0_39066835_519.cpp:3:32: error: 'bits' was not declared in this scope
3 | using ll = long long;#include <bits/stdc++.h>
| ^~~~
0_0_39066835_519.cpp:3:37: error: 'stdc' was not declared in this scope; did you mean 'std'?
3 | using ll = long long;#include <bits/stdc++.h>
| ^~~~
| std
0_0_39066835_519.cpp:3:32: error: 'bits' was not declared in this scope
3 | using ll = long long;#include <bits/stdc++.h>
| ^~~~
0_0_39066835_519.cpp:3:37: error: 'stdc' was not declared in this scope; did you mean 'std'?
3 | using ll = long long;#include <bits/stdc++.h>
| ^~~~
| std
0_0_39066835_519.cpp:3:32: error: 'bits' was not declared in this scope
3 | using ll = long long;#include <bits/stdc++.h>
| ^~~~
0_0_39066835_519.cpp:3:37: error: 'stdc' was not declared in this scope; did you mean 'std'?
3 | using ll = long long;#include <bits/stdc++.h>
| ^~~~
| std
0_0_39066835_519.cpp:3:32: error: 'bits' was not declared in this scope
3 | using ll = long long;#include <bits/stdc++.h>
| ^~~~
0_0_39066835_519.cpp:3:37: error: 'stdc' was not declared in this scope; did you mean 'std'?
3 | using ll = long long;#include <bits/stdc++.h>
| ^~~~
| std
0_0_39066835_519.cpp:3:32: error: 'bits' was not declared in this scope
3 | using ll = long long;#include <bits/stdc++.h>
| ^~~~
0_0_39066835_519.cpp:3:37: error: 'stdc' was not declared in this scope; did you mean 'std'?
3 | using ll = long long;#include <bits/stdc++.h>
| ^~~~
| std
0_0_39066835_519.cpp:3:32: error: 'bits' was not declared in this scope
3 | using ll = long long;#include <bits/stdc++.h>
| ^~~~
0_0_39066835_519.cpp:3:37: error: 'stdc' was not declared in this scope; did you mean 'std'?
3 | using ll = long long;#include <bits/stdc++.h>
| ^~~~
| std
0_0_39066835_519.cpp:3:32: error: 'bits' was not declared in this scope
3 | using ll = long long;#include <bits/stdc++.h>
| ^~~~
0_0_39066835_519.cpp:3:37: error: 'stdc' was not declared in this scope; did you mean 'std'?
3 | using ll = long long;#include <bits/stdc++.h>
| ^~~~
| std
0_0_39066835_519.cpp:3:23: error: 'include' does not name a type
3 | using ll = long long;#include <bits/stdc++.h>
| ^~~~~~~
0_0_39066835_519.cpp:16:10: error: redefinition of 'const ll mod'
16 | const ll mod = 1e9 + 7;
| ^~~
0_0_39066835_519.cpp:6:10: note: 'const ll mod' previously defined here
6 | const ll mod = 1e9 + 7;
| ^~~
0_0_39066835_519.cpp:17:11: error: redefinition of 'const int N'
17 | const int N = 200005;
| ^
0_0_39066835_519.cpp:7:11: note: 'const int N' previously defined here
7 | const int N = 200005;
| ^
0_0_39066835_519.cpp:18:11: error: redefinition of 'const int INF'
18 | const int INF = 0x3f3f3f3f;
| ^~~
0_0_39066835_519.cpp:8:11: note: 'const int INF' previously defined here
8 | const int INF = 0x3f3f3f3f;
| ^~~
0_0_39066835_519.cpp:20:5: error: redefinition of 'int main()'
20 | int main() {
| ^~~~
0_0_39066835_519.cpp:10:5: note: 'int main()' previously defined here
10 | int main() {
| ^~~~
|