Update 1511_xuezhongfenfei.cpp

Formatted.
This commit is contained in:
Kirigaya Kazuto 2016-05-19 09:55:23 +08:00
parent eea6f821d3
commit e81fc68636

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];