0_0_21879255_31697.cpp: In function 'int main()':
0_0_21879255_31697.cpp:73:10: error: invalid initialization of non-const reference of type 'int&' from an rvalue of type 'int*'
read(&T);
^
0_0_21879255_31697.cpp:24:14: note: in passing argument 1 of 'void fastIO::read(int&)'
inline void read(int &x) {
^
0_0_21879255_31697.cpp:77:12: error: invalid initialization of non-const reference of type 'int&' from an rvalue of type 'int*'
read(&n);
^
0_0_21879255_31697.cpp:24:14: note: in passing argument 1 of 'void fastIO::read(int&)'
inline void read(int &x) {
^
0_0_21879255_31697.cpp:85:14: error: invalid initialization of non-const reference of type 'int&' from an rvalue of type 'int*'
read(&s);
^
0_0_21879255_31697.cpp:24:14: note: in passing argument 1 of 'void fastIO::read(int&)'
inline void read(int &x) {
^
0_0_21879255_31697.cpp:86:14: error: invalid initialization of non-const reference of type 'int&' from an rvalue of type 'int*'
read(&t);
^
0_0_21879255_31697.cpp:24:14: note: in passing argument 1 of 'void fastIO::read(int&)'
inline void read(int &x) {
^
|