0_0_39506947_8793.cpp:87:2: error: stray '#' in program
87 | }#include<bits/stdc++.h>
| ^
0_0_39506947_8793.cpp:87:11: error: 'bits' was not declared in this scope
87 | }#include<bits/stdc++.h>
| ^~~~
0_0_39506947_8793.cpp:87:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
87 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39506947_8793.cpp:87:11: error: 'bits' was not declared in this scope
87 | }#include<bits/stdc++.h>
| ^~~~
0_0_39506947_8793.cpp:87:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
87 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39506947_8793.cpp:87:11: error: 'bits' was not declared in this scope
87 | }#include<bits/stdc++.h>
| ^~~~
0_0_39506947_8793.cpp:87:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
87 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39506947_8793.cpp:87:11: error: 'bits' was not declared in this scope
87 | }#include<bits/stdc++.h>
| ^~~~
0_0_39506947_8793.cpp:87:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
87 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39506947_8793.cpp:87:11: error: 'bits' was not declared in this scope
87 | }#include<bits/stdc++.h>
| ^~~~
0_0_39506947_8793.cpp:87:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
87 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39506947_8793.cpp:87:11: error: 'bits' was not declared in this scope
87 | }#include<bits/stdc++.h>
| ^~~~
0_0_39506947_8793.cpp:87:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
87 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39506947_8793.cpp:87:11: error: 'bits' was not declared in this scope
87 | }#include<bits/stdc++.h>
| ^~~~
0_0_39506947_8793.cpp:87:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
87 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39506947_8793.cpp:87:11: error: 'bits' was not declared in this scope
87 | }#include<bits/stdc++.h>
| ^~~~
0_0_39506947_8793.cpp:87:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
87 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39506947_8793.cpp:87:11: error: 'bits' was not declared in this scope
87 | }#include<bits/stdc++.h>
| ^~~~
0_0_39506947_8793.cpp:87:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
87 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39506947_8793.cpp:87:3: error: 'include' does not name a type
87 | }#include<bits/stdc++.h>
| ^~~~~~~
0_0_39506947_8793.cpp:91:11: error: redefinition of 'const int N'
91 | const int N = 1e6 + 5,M=210;
| ^
0_0_39506947_8793.cpp:5:11: note: 'const int N' previously defined here
5 | const int N = 1e6 + 5,M=210;
| ^
0_0_39506947_8793.cpp:91:23: error: redefinition of 'const int M'
91 | const int N = 1e6 + 5,M=210;
| ^
0_0_39506947_8793.cpp:5:23: note: 'const int M' previously defined here
5 | const int N = 1e6 + 5,M=210;
| ^
0_0_39506947_8793.cpp:92:11: error: redefinition of 'const int inf'
92 | const int inf=0x3f3f3f3f,mod=998244353;
| ^~~
0_0_39506947_8793.cpp:6:11: note: 'const int inf' previously defined here
6 | const int inf=0x3f3f3f3f,mod=998244353;
| ^~~
0_0_39506947_8793.cpp:92:26: error: redefinition of 'const int mod'
92 | const int inf=0x3f3f3f3f,mod=998244353;
| ^~~
0_0_39506947_8793.cpp:6:26: note: 'const int mod' previously defined here
6 | const int inf=0x3f3f3f3f,mod=998244353;
| ^~~
0_0_39506947_8793.cpp:93:5: error: redefinition of 'int n'
93 | int n,m;
| ^
0_0_39506947_8793.cpp:7:5: note: 'int n' previously declared here
7 | int n,m;
| ^
0_0_39506947_8793.cpp:93:7: error: redefinition of 'int m'
93 | int n,m;
| ^
0_0_39506947_8793.cpp:7:7: note: 'int m' previously declared here
7 | int n,m;
| ^
0_0_39506947_8793.cpp:94:8: error: redefinition of 'std::string s'
94 | string s;
| ^
0_0_39506947_8793.cpp:8:8: note: 'std::string s' previously defined here
8 | string s;
| ^
0_0_39506947_8793.cpp:95:5: error: redefinition of 'int day [20]'
95 | int day[20]={0,31,29,31,30,31,30,31,31,30,31,30,31};
| ^~~
0_0_39506947_8793.cpp:9:5: note: 'int day [20]' previously defined here
9 | int day[20]={0,31,29,31,30,31,30,31,31,30,31,30,31};
| ^~~
0_0_39506947_8793.cpp:96:5: error: redefinition of 'int suf [1000005]'
96 | int suf[N],pre[N][26],f[26];
| ^~~
0_0_39506947_8793.cpp:10:5: note: 'int suf [1000005]' previously declared here
10 | int suf[N],pre[N][26],f[26];
| ^~~
0_0_39506947_8793.cpp:96:12: error: redefinition of 'int pre [1000005][26]'
96 | int suf[N],pre[N][26],f[26];
| ^~~
0_0_39506947_8793.cpp:10:12: note: 'int pre [1000005][26]' previously declared here
10 | int suf[N],pre[N][26],f[26];
| ^~~
0_0_39506947_8793.cpp:96:23: error: redefinition of 'int f [26]'
96 | int suf[N],pre[N][26],f[26];
| ^
0_0_39506947_8793.cpp:10:23: note: 'int f [26]' previously declared here
10 | int suf[N],pre[N][26],f[26];
| ^
0_0_39506947_8793.cpp:97:6: error: redefinition of 'void solve()'
97 | void solve()
| ^~~~~
0_0_39506947_8793.cpp:11:6: note: 'void solve()' previously defined here
11 | void solve()
| ^~~~~
0_0_39506947_8793.cpp:161:8: error: redefinition of 'int main()'
161 | signed main()
| ^~~~
0_0_39506947_8793.cpp:75:8: note: 'int main()' previously defined here
75 | signed main()
| ^~~~
|