0_0_18874019_24004.cpp: In function 'void bing(int, int)':
0_0_18874019_24004.cpp:20:16: error: return-statement with a value, in function returning 'void' [-fpermissive]
return 0;
^
0_0_18874019_24004.cpp:22:12: error: return-statement with a value, in function returning 'void' [-fpermissive]
return 1;
^
0_0_18874019_24004.cpp: In function 'int main()':
0_0_18874019_24004.cpp:52:27: error: invalid operands of types 'void' and 'int' to binary 'operator=='
if(bing(n,m)==0)
^
0_0_18874019_24004.cpp:60:26: error: 'peintf' was not declared in this scope
peintf("No\n");
^
|