<aside> ❕ & 号代表取地址,字符串的名字就是它的地址。,所以用 scanf 读入字符串变量时,不用加 & 符号。
</aside>
<aside> ❕ scanf 读入到空格为止。
<aside> ⚠️ cin 也可以读入字符串,用法和 scanf 类似。
在数组长度不足的情况下,scanf可能会导致数组越界。不要省略 \0