摘要: #include <iostream> #include <thread> void customSleep() { std::this_thread::sleep_for(std::chrono::milliseconds(5)); std::this_thread::sleep_for(std: 阅读全文
posted @ 2021-05-17 15:51 纸船 阅读(414) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <string> #include <tuple> using namespace std; int main () { tuple<string,int> tt[10]; for(int i=0; i<10; i++) { tt[i] = 阅读全文
posted @ 2021-05-17 14:30 纸船 阅读(211) 评论(0) 推荐(0) 编辑