0_0_33754712_12439.cpp: In function 'int main()':
0_0_33754712_12439.cpp:128:20: error: invalid initialization of non-const reference of type 'int&' from an rvalue of type 'int'
l=MOD(l^la,m)+1;
^
0_0_33754712_12439.cpp:98:12: note: in passing argument 1 of 'int MOD(int&, int&)'
inline int MOD(int &a,int &b)
^
0_0_33754712_12439.cpp:129:20: error: invalid initialization of non-const reference of type 'int&' from an rvalue of type 'int'
r=MOD(r^la,m)+1;
^
0_0_33754712_12439.cpp:98:12: note: in passing argument 1 of 'int MOD(int&, int&)'
inline int MOD(int &a,int &b)
^
|