momo 的腿好色喔 感覺可以當本本題材了 ---- Sent from BePTT on my Google Pixel 7 -- #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); } -- ※ 發信站: 批踢踢實業坊(www.ptt-club.com.tw), 來自: 1.163.231.158 (臺灣) ※ 文章網址: https://www.ptt-club.com.tw/Marginalman/M.1751713712.A.EAE