chstor
chstor
未归档
加快cin》和cout《的速度
全部文章
未归档
BFS(10)
DFS(4)
二分答案(10)
前缀和(2)
排序算法(1)
树状数组(1)
模拟(1)
线性DP(8)
线段树(3)
背包DP(3)
蓝桥杯(4)
题解(13)
归档
标签
去牛客网
登录
/
注册
加快cin》和cout《的速度
415 浏览
0 回复
2020-09-18
chstor
+关注
#
include
<iostream>
int
main
(
)
{
std
::
ios
::
sync_with_stdio
(
false
)
;
std
::
cin
.
tie
(
0
)
;
// IO
}
举报
收藏
赞
评论加载中...