看板 Marginalman 關於我們 聯絡資訊
Reol 台北演唱會抽了 等星期五開獎 球球你抽票了嗎 -- #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), 來自: 125.228.71.204 (臺灣) ※ 文章網址: https://www.ptt.cc/bbs/Marginalman/M.1773825704.A.871.html