0_0_35960059_22543.cpp: In function 'bool search_(int, int)':
0_0_35960059_22543.cpp:28:38: error: 'xif' was not declared in this scope
for(int x=i+1;xif(mmap[x][j]=='#')
^
0_0_35960059_22543.cpp:29:9: error: expected ';' before '{' token
{
^
0_0_35960059_22543.cpp:29:9: error: expected primary-expression before '{' token
0_0_35960059_22543.cpp:29:9: error: expected ')' before '{' token
0_0_35960059_22543.cpp:37:9: error: 'else' without a previous 'if'
else break;
^
0_0_35960059_22543.cpp:37:14: error: break statement not within loop or switch
else break;
^
0_0_35960059_22543.cpp: At global scope:
0_0_35960059_22543.cpp:39:5: error: expected unqualified-id before 'if'
if(len1!=len2 || flag) return false;
^
0_0_35960059_22543.cpp:41:5: error: expected unqualified-id before 'for'
for(int y=j-1;y>=0;y--)
^
0_0_35960059_22543.cpp:41:19: error: 'y' does not name a type
for(int y=j-1;y>=0;y--)
^
0_0_35960059_22543.cpp:41:24: error: 'y' does not name a type
for(int y=j-1;y>=0;y--)
^
0_0_35960059_22543.cpp:54:5: error: expected unqualified-id before 'if'
if(len1!=len3 || flag) return false;
^
0_0_35960059_22543.cpp:56:5: error: expected unqualified-id before 'for'
for(int y=j+1;yif(mmap[i][y]=='#')
^
0_0_35960059_22543.cpp:56:22: error: expected constructor, destructor, or type conversion before '(' token
for(int y=j+1;yif(mmap[i][y]=='#')
^
|