0_0_33547543_25043.cpp:9:1: error: 'vector' does not name a type
vector<ss>vt[55];
^
0_0_33547543_25043.cpp: In function 'void dfs(int, int, int, int, int)':
0_0_33547543_25043.cpp:14:36: error: 'max' was not declared in this scope
zd=max(zd,(1ll*ta*tb*tc*td));
^
0_0_33547543_25043.cpp:20:32: error: 'vt' was not declared in this scope
for(register int i=0;i<vt[j].size();++i)
^
0_0_33547543_25043.cpp: In function 'int main()':
0_0_33547543_25043.cpp:32:18: error: 'scanf' was not declared in this scope
scanf("%d",&t);
^
0_0_33547543_25043.cpp:41:36: error: 'vt' was not declared in this scope
for(register int j=0;j<vt[e[i].t].size();++j)
^
0_0_33547543_25043.cpp:50:22: error: 'vt' was not declared in this scope
if(flag||vt[e[i].t].size()==0)vt[e[i].t].push_back(e[i]);
^
0_0_33547543_25043.cpp:53:39: error: 'vt' was not declared in this scope
for(register int i=1;i<=m;++i)vt[i].clear();
^
0_0_33547543_25043.cpp:54:27: error: 'printf' was not declared in this scope
printf("%lld\n",zd);
^
|