100%可运行,求点赞
#include <bits/stdc++.h>
#include <conio.h>
#include <windows.h>
#include <thread>
#define KEY_DOWN(VK_NONAME) ((GetAsyncKeyState(VK_NONAME) & 0x8000) ? 1:0)
void countdown_timer(int seconds) {
system("cls");
if (seconds <= 0) {
std::cout <<