0_0_17806832_32223.cpp: In function 'LL count(LL)':
0_0_17806832_32223.cpp:25:21: error: invalid initialization of reference of type 'LL& {aka long long int&}' from expression of type '__int128'
egcd(p[j],w,d,d,y);
^
0_0_17806832_32223.cpp:8:6: note: in passing argument 3 of 'void egcd(LL, LL, LL&, LL&, LL&)'
void egcd(LL a,LL b,LL &d,LL &x,LL &y)
^
|