#include <stdio.h> int main(int argc, char *argv[]) { char *s = "abcdefg"; s += 2; printf("%d\n", s); return 0; }
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题