0_0_13802171_10489.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13802171_10489.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13802171_10489.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13802171_10489.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13802171_10489.cpp:9:1: error: 'vectormapt' does not name a type
vectormapt[N];
^
0_0_13802171_10489.cpp: In function 'void init()':
0_0_13802171_10489.cpp:14:17: error: 'mapt' was not declared in this scope
in[i]=0,mapt[i].clear();
^
0_0_13802171_10489.cpp: In function 'int tope()':
0_0_13802171_10489.cpp:18:5: error: 'queueq' was not declared in this scope
queueq;
^
0_0_13802171_10489.cpp:20:17: error: 'i0' was not declared in this scope
for(int i=0;i0)
^
0_0_13802171_10489.cpp:20:19: error: expected ';' before ')' token
for(int i=0;i0)
^
0_0_13802171_10489.cpp:22:20: error: 'j' was not declared in this scope
in[j]--;
^
0_0_13802171_10489.cpp:25:36: error: 'q' was not declared in this scope
k++; in[j]=-1; q.push(j);
^
0_0_13802171_10489.cpp: At global scope:
0_0_13802171_10489.cpp:29:5: error: expected declaration before '}' token
}
^
|