为什么用cin这样输入char数组会出问题啊
#include<bits/stdc++.h> using namespace std; char s[15]; int main(){ cin>>(s+1); return 0; }
A+B Problem 评测记录: C++17 C++20