作者nh60211as (xXx_5354M3_31M0_xXx)
標題[閒聊] 膽大黨第二季
時間2025-07-05 19:08:30
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