0_0_17248636_30270.cpp: In function 'int main()':
0_0_17248636_30270.cpp:20:13: error: invalid initialization of reference of type 'll& {aka long long int&}' from expression of type 'int'
rl(t);rl(m),rl(k),rl(c);
^
0_0_17248636_30270.cpp:6:13: note: in passing argument 1 of 'void rl(ll&)'
inline void rl(ll&num){
^
|