0_0_32866848_13199.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32866848_13199.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32866848_13199.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32866848_13199.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32866848_13199.cpp:5:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32866848_13199.cpp:6:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32866848_13199.cpp:7:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32866848_13199.cpp:8:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_32866848_13199.cpp:11:9: error: 'pair' does not name a type
typedef pair pi;
^
0_0_32866848_13199.cpp:27:1: error: 'pi' does not name a type
pi du[MAXN];
^
0_0_32866848_13199.cpp: In function 'void init()':
0_0_32866848_13199.cpp:31:29: error: 'memset' was not declared in this scope
memset(vis,0,sizeof(vis));
^
0_0_32866848_13199.cpp:35:12: error: 'du' was not declared in this scope
memset(du,0,sizeof(du));
^
0_0_32866848_13199.cpp: In function 'void getdu(int, int)':
0_0_32866848_13199.cpp:49:5: error: 'du' was not declared in this scope
du[u] = is[u] ? make_pair(0,u):make_pair(INF,INF);
^
0_0_32866848_13199.cpp:49:34: error: 'make_pair' was not declared in this scope
du[u] = is[u] ? make_pair(0,u):make_pair(INF,INF);
^
0_0_32866848_13199.cpp:54:9: error: 'pi' was not declared in this scope
pi pii=make_pair(du[v].first==INF?du[v].first:du[v].first+ww[i],du[v].second);
^
0_0_32866848_13199.cpp:55:12: error: 'piicnum' was not declared in this scope
if(piicnum[u])cnum[u]=num[v];
^
0_0_32866848_13199.cpp: In function 'void getcenter(int, int)':
0_0_32866848_13199.cpp:61:34: error: 'max' was not declared in this scope
int mx=max(tot-num[u],cnum[u]);
^
0_0_32866848_13199.cpp:62:8: error: 'mxall' was not declared in this scope
if(mxall;
^
0_0_32866848_13199.cpp:62:13: error: expected ')' before ';' token
if(mxall;
^
0_0_32866848_13199.cpp:63:1: error: 'vectorsub' was not declared in this scope
vectorsub;
^
0_0_32866848_13199.cpp:66:1: error: a function-definition is not allowed here before '{' token
{
^
0_0_32866848_13199.cpp:144:1: error: expected '}' at end of input
}
^
|