0_0_37559747_12780.cpp:2:13: error: expected unqualified-id before numeric constant
#define max 125
^
0_0_37559747_12780.cpp:8:5: note: in expansion of macro 'max'
int max(int a,int b) {
^
0_0_37559747_12780.cpp: In function 'void search(int, int)':
0_0_37559747_12780.cpp:29:20: error: expression cannot be used as a function
e[c].x=max(a,b);
^
|