0_0_15118841_6522.cpp:9:29: error: declaration of 'sz2' as array of references
void yd(char sz1[],int &sz2[],n,m)
^
0_0_15118841_6522.cpp:9:30: error: expected ')' before ',' token
void yd(char sz1[],int &sz2[],n,m)
^
0_0_15118841_6522.cpp:9:31: error: variable or field 'n' declared void
void yd(char sz1[],int &sz2[],n,m)
^
0_0_15118841_6522.cpp:9:34: error: expected initializer before ')' token
void yd(char sz1[],int &sz2[],n,m)
^
|