0_0_38129410_5994.cpp: In function 'int main()':
0_0_38129410_5994.cpp:41:9: error: 'maxx' was not declared in this scope
cout<<maxx<<" "<<a[s]<<" "<<a[e]<<endl;
^
0_0_38129410_5994.cpp:41:22: error: 's' was not declared in this scope
cout<<maxx<<" "<<a[s]<<" "<<a[e]<<endl;
^
0_0_38129410_5994.cpp:41:33: error: 'e' was not declared in this scope
cout<<maxx<<" "<<a[s]<<" "<<a[e]<<endl;
^
0_0_38129410_5994.cpp: At global scope:
0_0_38129410_5994.cpp:43:2: error: expected unqualified-id before 'return'
return 0;
^
0_0_38129410_5994.cpp:44:1: error: expected declaration before '}' token
}
^
|