2019-07-13 11:15发布 生成海报
int dotp(short a[], short b[]);
struct A { short x; short y; int z; }; struct B { short x; int y; short z; };