0_0_35874754_25332.cpp: In function 'void BFS(int, int)':
0_0_35874754_25332.cpp:32:10: error: expected primary-expression before ')' token
)
^
0_0_35874754_25332.cpp:36:1: error: expected initializer before 'int'
int x,y,dx,dy;
^
0_0_35874754_25332.cpp:40:6: error: 'y' was not declared in this scope
for(y=0;y<Hy;y++){
^
0_0_35874754_25332.cpp:41:7: error: 'x' was not declared in this scope
for(x=0;x<Wx;x++){
^
0_0_35874754_25332.cpp:53:8: error: return-statement with a value, in function returning 'void' [-fpermissive]
return 0;
^
|