0_0_20303193_7310.cpp: In function 'int main()':
0_0_20303193_7310.cpp:43:9: error: jump to label 'yes' [-fpermissive]
yes :
^
0_0_20303193_7310.cpp:27:39: error: from here [-fpermissive]
if(mod[0] || mod[4]) goto yes;
^
0_0_20303193_7310.cpp:30:14: error: crosses initialization of 'bool flag'
bool flag = false;
^
0_0_20303193_7310.cpp:46:9: error: jump to label 'no' [-fpermissive]
no :
^
0_0_20303193_7310.cpp:28:23: error: from here [-fpermissive]
else goto no;
^
0_0_20303193_7310.cpp:30:14: error: crosses initialization of 'bool flag'
bool flag = false;
^
|