看板 Marginalman
味道還行,重點是不會搞得筷子跟垃圾都是油 ---- 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); } -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 223.137.133.111 (臺灣) ※ 文章網址: https://www.ptt.cc/bbs/Marginalman/M.1718028595.A.3AD.html