C++20的神秘特性?
  • 板块灌水区
  • 楼主wbwone1
  • 当前回复5
  • 已保存回复5
  • 发布时间2022/3/16 22:51
  • 上次更新2023/10/28 06:25:25
查看原帖
C++20的神秘特性?
269681
wbwone1楼主2022/3/16 22:51

为什么用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

2022/3/16 22:51
加载中...