摘要: Using Designated Initializers // or don't specify the size int arr[] = {[0 ... 4] = 1}; Using std::fill_n function Finally, we can use std::fill_n in 阅读全文
posted @ 2022-11-19 16:45 ChrainY 阅读(16) 评论(0) 推荐(0) 编辑