mirror of
https://github.com/Kiritow/OJ-Problems-Source.git
synced 2024-03-22 13:11:29 +08:00
Update 1511_xuezhongfenfei.cpp
Formatted.
This commit is contained in:
parent
eea6f821d3
commit
e81fc68636
|
@ -4,7 +4,7 @@ using namespace std;
|
||||||
typedef struct fun
|
typedef struct fun
|
||||||
{
|
{
|
||||||
int a,w,pre;
|
int a,w,pre;
|
||||||
}e;
|
} e;
|
||||||
fun link[2][1000005];
|
fun link[2][1000005];
|
||||||
bool vis[1000005];
|
bool vis[1000005];
|
||||||
int point[2][1000005];
|
int point[2][1000005];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user