#includeiostream
#include
#include
#include
#includestring
using namespace std;
/*=============== all the structures ===============*/
typedef struct Frame
{
COORD position[2];
int flag;
}Frame;
/*=============== all the functions ===============*/
void SetPos(COORD a)
原创力文档

文档评论(0)