摘要: int h = 0; cout << "input an interge:"; cin >> h; cout << h << endl; const int kl = h; char buf[kl]; typedef struct tmpStru{ char field[kl]; // 即使在上面声 阅读全文
posted @ 2022-03-14 13:42 halloowween 阅读(908) 评论(0) 推荐(0)