0_0_14923091_12768.cpp: In function 'int main()':
0_0_14923091_12768.cpp:146:17: error: expected ';' before 'int'
int d=max(x2-x1,y2-y1);
^
0_0_14923091_12768.cpp:148:45: error: 'd' was not declared in this scope
printf("%d\n",soul[0].count(d,len,x1+y1-1)+soul[1].count(d,len,x1-y2+on));
^
|