0_0_26133340_4401.cpp: In function 'int main()':
0_0_26133340_4401.cpp:115:14: error: invalid initialization of reference of type 'int&' from expression of type 'LL {aka long long int}'
read(x);read(mod);
^
0_0_26133340_4401.cpp:30:14: note: in passing argument 1 of 'void fastIO::read(int&)'
inline void read(int &x) {
^
0_0_26133340_4401.cpp:115:24: error: invalid initialization of reference of type 'int&' from expression of type 'LL {aka long long int}'
read(x);read(mod);
^
0_0_26133340_4401.cpp:30:14: note: in passing argument 1 of 'void fastIO::read(int&)'
inline void read(int &x) {
^
|