[閒聊] 我下班了
看板Marginalman作者nh60211as (xXx_5354M3_31M0_xXx)時間11月前 (2025/01/17 18:27)推噓0(0推 0噓 0→)留言0則, 0人參與討論串48/69 (看更多)
假都請好不用去公司耍白癡ㄌ
好餓,想吃眾議漢堡
--
#include <iostream>
auto main() -> int {
auto print_character = [](std::ostream& os, char c) -> void {os << c;};
for(char c : {'H','e','l','l','o',' ','W','o','r','l','d','\n'})
print_character(std::cout, c);
}
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 49.216.46.121 (臺灣)
※ 文章網址: https://www.ptt.cc/bbs/Marginalman/M.1737109649.A.485.html
討論串 (同標題文章)