0_0_26154369_22269.cpp: In function 'int main()':
0_0_26154369_22269.cpp:35:3: error: expected ')' before 'int'
int sum=0;
^
0_0_26154369_22269.cpp:42:4: error: 'sum' was not declared in this scope
sum=max(sum,temp);
^
0_0_26154369_22269.cpp:45:17: error: 'sum' was not declared in this scope
printf("%d\n",sum);
^
|