0_0_22048761_2303.cpp: In function 'int main()':
0_0_22048761_2303.cpp:77:12: error: invalid initialization of reference of type 'LL& {aka long long int&}' from expression of type 'int'
read(a[i]);
^
0_0_22048761_2303.cpp:26:14: note: in passing argument 1 of 'void fastIO::read(LL&)'
inline void read(LL &x) {
^
0_0_22048761_2303.cpp:80:12: error: invalid initialization of reference of type 'LL& {aka long long int&}' from expression of type 'int'
read(b[i]);
^
0_0_22048761_2303.cpp:26:14: note: in passing argument 1 of 'void fastIO::read(LL&)'
inline void read(LL &x) {
^
|