0_0_23900277_15444.cpp: In function 'int Maxsum(int*, int)':
0_0_23900277_15444.cpp:19:17: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
max>b ? max : b;
^
0_0_23900277_15444.cpp:19:19: error: operands to ?: have different types 'int' and 'int*'
max>b ? max : b;
^
|