如題 現在貼圖都沒辦法連 Google Drive,現在只能用之前上傳過的 不然就是先從雲端硬碟下載再貼圖 ---- 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-website.tw), 來自: 101.10.13.31 (臺灣) ※ 文章網址: https://ptt-website.tw/Marginalman/M.1730729799.A.58A