0_0_38667197_25162.cpp:81:13: error: empty character constant
81 | putchar('');//ÕâÓиö»»ÐÐ
| ^~
0_0_38667197_25162.cpp:43:11: error: redefinition of 'const long long int INF'
43 | const int INF = 0x3f3f3f3f;
| ^~~
0_0_38667197_25162.cpp:24:11: note: 'const long long int INF' previously defined here
24 | const int INF = 0x7f7f7f7f;
| ^~~
cc1plus.exe: error: '::main' must return 'int'
0_0_38667197_25162.cpp: In function 'void solve()':
0_0_38667197_25162.cpp:162:17: error: 'sum' was not declared in this scope
162 | sum += a[i];
| ^~~
0_0_38667197_25162.cpp:164:21: error: 'sum' was not declared in this scope
164 | cout << sum << "\n";
| ^~~
0_0_38667197_25162.cpp: At global scope:
0_0_38667197_25162.cpp:170:8: error: redefinition of 'int main()'
170 | signed main(){
| ^~~~
0_0_38667197_25162.cpp:136:5: note: 'int main()' previously defined here
136 | int main() {
| ^~~~
|