0_0_29991243_7516.cpp: In function 'int main()':
0_0_29991243_7516.cpp:43:14: error: expected ')' before 'R'
R++;
^
0_0_29991243_7516.cpp:45:32: error: 'Select' was not declared in this scope
ans = max(ans, tmp * (Select Code
^
0_0_29991243_7516.cpp:45:39: error: expected ')' before 'Code'
ans = max(ans, tmp * (Select Code
^
0_0_29991243_7516.cpp: In member function 'void main()::poi::inp()':
0_0_29991243_7516.cpp:57:6: error: use of local variable with automatic storage from containing function
sum += val;
^
0_0_29991243_7516.cpp:51:16: note: 'LL sum' declared here
LL va[N], ans, sum;
^
0_0_29991243_7516.cpp: In function 'int main()':
0_0_29991243_7516.cpp:66:1: error: a function-definition is not allowed here before '{' token
{
^
0_0_29991243_7516.cpp:70:1: error: a function-definition is not allowed here before '{' token
{
^
0_0_29991243_7516.cpp:74:1: error: a function-definition is not allowed here before '{' token
{
^
0_0_29991243_7516.cpp:100:1: error: expected '}' at end of input
}
^
0_0_29991243_7516.cpp:100:1: error: expected '}' at end of input
0_0_29991243_7516.cpp:100:1: error: expected '}' at end of input
|