0_0_38052903_4447.cpp: In function 'int main()':
0_0_38052903_4447.cpp:19:16: error: 'a' was not declared in this scope
scanf("%d",&a[i]);
^
0_0_38052903_4447.cpp:24:11: error: 'a' was not declared in this scope
if(max<a[i])
^
0_0_38052903_4447.cpp:24:7: error: parse error in template argument list
if(max<a[i])
^
0_0_38052903_4447.cpp:24:15: error: cannot resolve overloaded function 'max' based on conversion to type 'bool'
if(max<a[i])
^
0_0_38052903_4447.cpp:32:7: error: 'a' was not declared in this scope
if(a[i]==maxx&&f==0)
^
|