int a = 248, b = 4; int const c = 21; const int *d = &a; int *const e = &b; int const * const f = &a;
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题