Tue May 30 14:26:00 UTC 2023 inscode

上级 0ca67262
# Chat GPT Template With Vue
```cpp
#include<thread>
#include<bits/stdc++.h>
using namespace std;
基于 Vue 的 Chat GPT 模板,InsCode 提供了 AI 接口服务,并自动集成在模板中,即刻开始您的 AI 应用。
\ No newline at end of file
inline void solve() {
for (int i = 0; i < 20; ++i)cout << "fffff\n";
cout << flush;
}
inline void solve2() {
for (int i = 0; i < 20; ++i)cout << "eeeee" << endl;
cout << flush;
}
int main() {
thread t1(solve);
thread t2(solve2);
th1.join(); // 必须将线程join或者detach 等待子线程结束主进程才可以退出
th2.join();
cout<<"up is main";
return 0;
}
```
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册