0_0_39007114_2411.cpp:73:2: error: stray '\323' in program
73 | <U+00FB><d3><U+017B><af><b4><fa><c2><eb>
| ^~~~
0_0_39007114_2411.cpp:73:4: error: stray '\257' in program
73 | <U+00FB><d3><U+017B><af><b4><fa><c2><eb>
| ^~~~
0_0_39007114_2411.cpp:73:5: error: stray '\264' in program
73 | <U+00FB><d3><U+017B><af><b4><fa><c2><eb>
| ^~~~
0_0_39007114_2411.cpp:73:6: error: stray '\372' in program
73 | <U+00FB><d3><U+017B><af><b4><fa><c2><eb>
| ^~~~
0_0_39007114_2411.cpp:73:7: error: stray '\302' in program
73 | <U+00FB><d3><U+017B><af><b4><fa><c2><eb>
| ^~~~
0_0_39007114_2411.cpp:73:8: error: stray '\353' in program
73 | <U+00FB><d3><U+017B><af><b4><fa><c2><eb>
| ^~~~
0_0_39007114_2411.cpp:73:1: error: '\U000000fb' does not name a type
73 | ûÓÅ»¯´úÂë
| ^
0_0_39007114_2411.cpp:98:14: error: redefinition of 'const double eps'
98 | const double eps=1e-5;
| ^~~
0_0_39007114_2411.cpp:25:14: note: 'const double eps' previously defined here
25 | const double eps=1e-5;
| ^~~
0_0_39007114_2411.cpp:102:6: error: redefinition of 'bool cmp(int, int)'
102 | bool cmp(int a,int b){
| ^~~
0_0_39007114_2411.cpp:29:6: note: 'bool cmp(int, int)' previously defined here
29 | bool cmp(int a,int b){
| ^~~
0_0_39007114_2411.cpp:106:14: error: conflicting declaration 'std::map<char, int> mp2'
106 | map<char,int>mp2;
| ^~~
0_0_39007114_2411.cpp:35:13: note: previous declaration as 'int mp2 [26]'
35 | int mp1[26],mp2[26];
| ^~~
0_0_39007114_2411.cpp:107:6: error: conflicting declaration 'char s [1010]'
107 | char s[1010];
| ^
0_0_39007114_2411.cpp:33:6: note: previous declaration as 'char s [1001]'
33 | char s[1001];
| ^
0_0_39007114_2411.cpp:108:5: error: redefinition of 'int m'
108 | int m,mark,n;
| ^
0_0_39007114_2411.cpp:34:5: note: 'int m' previously declared here
34 | int m,n,i,j;
| ^
0_0_39007114_2411.cpp:108:12: error: redefinition of 'int n'
108 | int m,mark,n;
| ^
0_0_39007114_2411.cpp:34:7: note: 'int n' previously declared here
34 | int m,n,i,j;
| ^
0_0_39007114_2411.cpp:109:5: error: redefinition of 'int main()'
109 | int main()
| ^~~~
0_0_39007114_2411.cpp:36:5: note: 'int main()' previously defined here
36 | int main()
| ^~~~
0_0_39007114_2411.cpp: In function 'int main()':
0_0_39007114_2411.cpp:126:21: error: request for member 'clear' in 'mp2', which is of non-class type 'int [26]'
126 | mp2.clear();
| ^~~~~
|