0_0_15445449_2437.cpp: In function 'int main()':
0_0_15445449_2437.cpp:12:15: error: 'ssum' was not declared in this scope
for(z=l=0,r=0,ssum=0,max=-1001,j=0;j<n;j++)
^
0_0_15445449_2437.cpp:18:4: error: expected ',' before ';' token
l=z;
^
0_0_15445449_2437.cpp:18:4: error: expected identifier before ';' token
0_0_15445449_2437.cpp:18:4: error: expected ']' before ';' token
0_0_15445449_2437.cpp: In lambda function:
0_0_15445449_2437.cpp:18:4: error: expected '{' before ';' token
0_0_15445449_2437.cpp: In function 'int main()':
0_0_15445449_2437.cpp:25:1: error: expected ';' before 'sum'
sum=0;
^
0_0_15445449_2437.cpp:28:1: error: 'count' was not declared in this scope
count<<"Case"<<i+1<<":\n"<<max<<" "<<l+1<<" "<<r+1<<endl;
^
0_0_15445449_2437.cpp:29:8: error: expected primary-expression before ')' token
if(i<t-)
^
0_0_15445449_2437.cpp: At global scope:
0_0_15445449_2437.cpp:32:1: error: expected declaration before '}' token
}
^
|