/in/foo.cc: In function 'bool cmp(que, que)':
/in/foo.cc:33:71: error: 'aSDASsdfx' was not declared in this scope
return (a.x/siz + 1 == b.x/siz + 1) ? a.y < b.y : a.x/siz + 1 < aSDASsdfx b.x/siz + 1;
^~~~~~~~~
/in/foo.cc:33:81: error: expected ';' before 'b'
return (a.x/siz + 1 == b.x/siz + 1) ? a.y < b.y : a.x/siz + 1 < aSDASsdfx b.x/siz + 1;
^
/in/foo.cc:33:89: warning: statement has no effect [-Wunused-value]
return (a.x/siz + 1 == b.x/siz + 1) ? a.y < b.y : a.x/siz + 1 < aSDASsdfx b.x/siz + 1;
~~~~~~~~^~~