0_0_35141590_19507.cpp: In function 'bool checkDeg()':
0_0_35141590_19507.cpp:70:2: error: 'returnfalse' was not declared in this scope
returnfalse;
^
0_0_35141590_19507.cpp:74:2: error: 'returntrue' was not declared in this scope
returntrue;
^
0_0_35141590_19507.cpp: In function 'bool checkNum()':
0_0_35141590_19507.cpp:104:2: error: 'returnfalse' was not declared in this scope
returnfalse;
^
0_0_35141590_19507.cpp:108:2: error: 'returntrue' was not declared in this scope
returntrue;
^
0_0_35141590_19507.cpp: In function 'bool checkConn()':
0_0_35141590_19507.cpp:170:9: error: 'returnfalse' was not declared in this scope
if(ok) returnfalse;
^
0_0_35141590_19507.cpp:175:2: error: 'returnfalse' was not declared in this scope
returnfalse;
^
0_0_35141590_19507.cpp:177:2: error: 'returntrue' was not declared in this scope
returntrue;
^
0_0_35141590_19507.cpp: In function 'int main()':
0_0_35141590_19507.cpp:208:1: error: 'return0' was not declared in this scope
return0;
^
|