0_0_16384986_27576.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16384986_27576.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16384986_27576.cpp: In function 'int check()':
0_0_16384986_27576.cpp:23:5: error: expected ';' before '{' token
{
^
0_0_16384986_27576.cpp:23:5: error: expected primary-expression before '{' token
0_0_16384986_27576.cpp:23:5: error: expected ')' before '{' token
0_0_16384986_27576.cpp: In function 'int bfs(int, int, int, int)':
0_0_16384986_27576.cpp:33:5: error: 'queue' was not declared in this scope
queue Q;
^
0_0_16384986_27576.cpp:36:5: error: 'Q' was not declared in this scope
Q.push(z);
^
0_0_16384986_27576.cpp:47:9: error: expected ';' before '{' token
{
^
0_0_16384986_27576.cpp:47:9: error: expected primary-expression before '{' token
0_0_16384986_27576.cpp:47:9: error: expected ')' before '{' token
0_0_16384986_27576.cpp:52:49: error: 'P' has no member named 'xn'
if(map[cur2.x][cur2.y]!='.' || cur2.xn || cur2.ym )
^
0_0_16384986_27576.cpp:52:60: error: 'P' has no member named 'ym'
if(map[cur2.x][cur2.y]!='.' || cur2.xn || cur2.ym )
^
0_0_16384986_27576.cpp:58:32: error: lvalue required as left operand of assignment
&& cur.x=1 && cur.x=1 && cur.y
^
0_0_16384986_27576.cpp:59:13: error: expected ')' before '{' token
{
^
0_0_16384986_27576.cpp:69:9: error: expected primary-expression before '}' token
}
^
0_0_16384986_27576.cpp: In function 'int main()':
0_0_16384986_27576.cpp:81:29: error: 'scanf' was not declared in this scope
while(scanf("%d%d",&n,&m)==2)
^
0_0_16384986_27576.cpp:87:9: error: expected ';' before '{' token
{
^
0_0_16384986_27576.cpp:87:9: error: expected primary-expression before '{' token
0_0_16384986_27576.cpp:87:9: error: expected ')' before '{' token
0_0_16384986_27576.cpp:91:13: error: expected ';' before '{' token
{
^
0_0_16384986_27576.cpp:91:13: error: expected primary-expression before '{' token
0_0_16384986_27576.cpp:91:13: error: expected ')' before '{' token
0_0_16384986_27576.cpp:106:9: error: 'cout' was not declared in this scope
cout
^
|