0_0_1631864_686.cpp: In function `int main()':
0_0_1631864_686.cpp:76: error: invalid initialization of non-const reference of type 'long long int&' from a temporary of type 'int'
0_0_1631864_686.cpp:48: error: in passing argument 1 of `long long int sum(long long int&, long long int)'
0_0_1631864_686.cpp:77: error: invalid initialization of reference of type 'long long int&' from expression of type 'int'
0_0_1631864_686.cpp:48: error: in passing argument 1 of `long long int sum(long long int&, long long int)'
0_0_1631864_686.cpp:77: error: invalid initialization of reference of type 'long long int&' from expression of type 'int'
0_0_1631864_686.cpp:48: error: in passing argument 1 of `long long int sum(long long int&, long long int)'
|