作者nh60211as (xXx_5354M3_31M0_xXx)
標題[姆咪] 怎麼下大雨了
時間2025-04-11 19:18:51
==
沒辦法出門吃晚餐了
對不起
吳柏毅
啟動
--
#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), 來自: 125.228.71.204 (臺灣)
※ 文章網址: https://www.ptt-club.com.tw/Marginalman/M.1744370335.A.57A