a40929dc创建于 2021年11月9日历史提交
#include <thread>

int main() {
  std::this_thread::sleep_for(std::chrono::minutes(1));
  return 0;
}