0_0_29221449_15829.cpp: In function 'void parse()':
0_0_29221449_15829.cpp:118:19: error: 'sq' was not declared in this scope
if (!inq[q]&&SZ(sq[q])==2) dq[tot++]=q;inq[q]=1;
^
0_0_29221449_15829.cpp:11:21: note: in definition of macro 'SZ'
#define SZ(x) ((int)x.size())
^
|