POJ 2771 Guardian of Decency
//#include
#include
#include
#include
#include
#define maxn 510
using namespace std;
typedef struct {
int height;
char sex;
char ms[100];
char sp[100];
} st;
int n;
st s[maxn];
int vis[maxn];
原创
2017-09-02 17:24:02 ·
325 阅读 ·
0 评论