0_0_37257855_15454.cpp:7:2: error: missing terminating ' character
int t';
^
0_0_37257855_15454.cpp:4:1: error: 'vertorc' does not name a type
vertorc <int> e[maxn];
^
0_0_37257855_15454.cpp: In function 'int main()':
0_0_37257855_15454.cpp:8:2: error: expected initializer before 'cin'
cin>>t;
^
0_0_37257855_15454.cpp:9:21: error: 't' was not declared in this scope
for(int cas=1;cas<=t;cas++){
^
0_0_37257855_15454.cpp:10:23: error: 'sizeofd' was not declared in this scope
memset(p,0,sizeofd(p)); flag=0;
^
0_0_37257855_15454.cpp:12:23: error: 'e' was not declared in this scope
for(int i=0;i<n;i++)e[i].clear();
^
0_0_37257855_15454.cpp:14:15: error: expected initializer before 'scanf'
int x,y scanf("%d%d",&x,&y);
^
0_0_37257855_15454.cpp:15:4: error: 'e' was not declared in this scope
e[x].push_back(y); e[y].push_back(x);
^
0_0_37257855_15454.cpp:15:19: error: 'y' was not declared in this scope
e[x].push_back(y); e[y].push_back(x);
^
0_0_37257855_15454.cpp:20:10: error: cannot convert 'std::queue<int>' to 'int' in initialization
int u=q,front(); q.pop();
^
0_0_37257855_15454.cpp:21:19: error: 'e' was not declared in this scope
for(int i=0;i<=e[u].size();i++){
^
0_0_37257855_15454.cpp:31:6: error: 'elas' was not declared in this scope
elas prinf("case %d; NO\n",cas);
^
|