0_0_5377118_17373.cpp: In function `void Mergesort(int&, int&)':
0_0_5377118_17373.cpp:46: error: invalid initialization of non-const reference of type 'int&' from a temporary of type 'int'
0_0_5377118_17373.cpp:41: error: in passing argument 1 of `void Mergesort(int&, int&)'
0_0_5377118_17373.cpp: In function `int main()':
0_0_5377118_17373.cpp:58: error: invalid initialization of non-const reference of type 'int&' from a temporary of type 'int'
0_0_5377118_17373.cpp:41: error: in passing argument 1 of `void Mergesort(int&, int&)'
|