0_0_14059162_26241.cpp: In function 'int main()':
0_0_14059162_26241.cpp:89:19: error: expected primary-expression before ',' token
int s=, suma=0, sumb=0;
^
0_0_14059162_26241.cpp:100:25: error: 'suma' was not declared in this scope
suma+=max(x, y) ;sumb+=min(x, y);
^
0_0_14059162_26241.cpp:100:42: error: 'sumb' was not declared in this scope
suma+=max(x, y) ;sumb+=min(x, y);
^
0_0_14059162_26241.cpp:103:35: error: 'suma' was not declared in this scope
printf("%d %d\n", suma, sumb);
^
0_0_14059162_26241.cpp:103:41: error: 'sumb' was not declared in this scope
printf("%d %d\n", suma, sumb);
^
|