0_0_38529318_7786.cpp: In function 'int mf(int)':
0_0_38529318_7786.cpp:25:1: error: expected ';' before '}' token
}
^
0_0_38529318_7786.cpp: In function 'void md(int, int)':
0_0_38529318_7786.cpp:34:9: error: return-statement with a value, in function returning 'void' [-fpermissive]
return n;
^
0_0_38529318_7786.cpp: In function 'int main()':
0_0_38529318_7786.cpp:42:18: error: void value not ignored as it ought to be
int n = md(L, R);
^
|