Skip to content

Instantly share code, notes, and snippets.

#define _CRT_SECURE_NO_WARNINGS
#include <stdlib.h>
#include <string.h>
#include <queue>
using namespace std;
struct que
{
int x;//点的编号
int n;//第几个点
int trace[20];//当前手势路径
@nopitydays
nopitydays / problem_2_9
Created October 1, 2015 06:35
blue_lotus test problem 2
#define _CRT_SECURE_NO_WARNINGS
#include <stdlib.h>
#include <string.h>
#include <queue>
using namespace std;
struct que
{
int x;//点的编号
int n;//第几个点
int trace[20];//当前手势路径