摘要:
問題 #include<iostream> #include<thread> int main() { int sum = 0; auto f = [&sum]() { for (int i = 0; i < 10000; i++) sum += 1; }; std::thread t1(f); s 閱讀全文
posted @ 2024-03-31 14:00
robot2017
閱讀(141)
評論(0)
推薦(0)
浙公網安備 33010602011771號