#include #define ESC 27using namespace std;cout<<(char)ESC<<"[H"<<(char)ESC<<"[J";...
請先 登入 以發表留言。