05 2022 档案

摘要:func main(){ var n,m,tmp int fmt.Scanf("%v %v",&n,&m) way:=make([][]int,0,n) for i:=0;i<n;i++{ args:=make([]int,0,m) for j:=0;j<m;j++{ fmt.Scanf("%v", 阅读全文
posted @ 2022-05-28 16:13 知道了呀~ 阅读(455) 评论(0) 推荐(0) 编辑
摘要:func CountMaxRain(t *testing.T){ var height =[]int {0,1,0,2,1,0,1,3,2,1,2,1} leftMax:=make([]int,0,len(height)) rightMax:=make([]int,len(height)) for 阅读全文
posted @ 2022-05-27 15:23 知道了呀~ 阅读(69) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示