#include<stdio.h> int main() { char str[] = "S\065AB"; printf("\n%d", sizeof(str)); return 0; }
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题