0_0_27199500_7068.cpp: In function 'void makeans(int, int, int, int, ll&)':
0_0_27199500_7068.cpp:248:32: error: invalid initialization of reference of type 'll& {aka long long int&}' from expression of type 'int'
__make(tmp, aa, bb, ans1, ans2);
^
0_0_27199500_7068.cpp:188:13: note: in passing argument 1 of 'void __make(ll&, int&, int&, int, int)'
inline void __make(ll &ans, int &s1, int &s2, int v1, int v2)
^
|