这次game有一点乐趣了,hhhh
#ifndef SOMETHING_H #define SOMETHING_H #include#include #include "conio.h" void ycgb() { CONSOLE_CURSOR_INFO cursor; cursor.bVisible = FALSE; cursor.dwSize = sizeof(cursor); HANDLE handle = GetStdHandle(STD_OUTPUT_HANDLE); SetConsoleCursorInfo(handle, &cursor); return ; } #endif using namespace std; int x; string str; void start() { cout<



