Lang:G++
Edit12345678910111213141516171819202122232425262728293031//Latest run time : Sun Jul 3 21:06:09 2016/*** Author : Doublee, lishq991@gmail.com* Lib Version : 20160617* Created Date :* Description :*/#define FILE_NAME "model.cpp"#ifndef ONLINE_JUDGE#define _LOCAL_JUDGE#endif#if defined(_MSC_VER)#define _CRT_SECURE_NO_WARNINGS#endif#if 01//#pragma comment(linker, "/STACK:1024000000,1024000000")//#define NDEBUG#if ((defined(__cplusplus) && (__cplusplus >= 201103L) || defined(_MSC_VER) && (_MSC_VER >= 1700)))#define __cpp11#endif//#include <bits/stdc++.h>#include <cassert>#include <cctype>#include <cfloat>#include <climits>#include <cmath>#include <cstdio>#include <cstdlib>