Update 1511_xuezhongfenfei.cpp

Formatted.
pull/14/head
Kirigaya Kazuto 2016-05-19 09:55:23 +08:00
parent eea6f821d3
commit e81fc68636
1 changed files with 64 additions and 64 deletions

View File

@ -4,7 +4,7 @@ using namespace std;
typedef struct fun
{
int a,w,pre;
}e;
} e;
fun link[2][1000005];
bool vis[1000005];
int point[2][1000005];