0_0_34958593_14628.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_34958593_14628.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_34958593_14628.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_34958593_14628.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_34958593_14628.cpp:103:1: error: stray '\267' in program
·ΦΟν£Ί
^
0_0_34958593_14628.cpp:103:1: error: stray '\326' in program
0_0_34958593_14628.cpp:103:1: error: stray '\317' in program
0_0_34958593_14628.cpp:103:1: error: stray '\355' in program
0_0_34958593_14628.cpp:103:1: error: stray '\243' in program
0_0_34958593_14628.cpp:103:1: error: stray '\272' in program
0_0_34958593_14628.cpp: In member function 'bool node::operator<(const node&) const':
0_0_34958593_14628.cpp:16:4: error: expected ';' before '}' token
}
^
0_0_34958593_14628.cpp: In function 'int BFS()':
0_0_34958593_14628.cpp:25:7: error: 'priority_queueq' was not declared in this scope
priority_queueq;
^
0_0_34958593_14628.cpp:26:14: error: 'q' was not declared in this scope
while(!q.empty()){
^
0_0_34958593_14628.cpp:32:7: error: 'q' was not declared in this scope
q.push(map[0][0]);
^
0_0_34958593_14628.cpp:41:27: error: lvalue required as left operand of assignment
if(x>=0&&x=0&&y
^
0_0_34958593_14628.cpp:42:21: error: expected ')' before 'if'
if(map[x][y].data=='.'&&map[x][y].time>cur.time+1){
^
0_0_34958593_14628.cpp:54:17: error: expected primary-expression before '}' token
}
^
0_0_34958593_14628.cpp: At global scope:
0_0_34958593_14628.cpp:57:7: error: expected unqualified-id before 'return'
return 0;
^
0_0_34958593_14628.cpp:58:1: error: expected declaration before '}' token
}
^
|