0_0_25878167_434.cpp: In function 'int main()':
0_0_25878167_434.cpp:83:15: error: invalid initialization of reference of type 'int&' from expression of type 'long long int'
read(a),read(b),read(c),read(d),read(p),read(n);
^
0_0_25878167_434.cpp:29:14: note: in passing argument 1 of 'void fastIO::read(int&)'
inline void read(int &x) {
^
0_0_25878167_434.cpp:83:23: error: invalid initialization of reference of type 'int&' from expression of type 'long long int'
read(a),read(b),read(c),read(d),read(p),read(n);
^
0_0_25878167_434.cpp:29:14: note: in passing argument 1 of 'void fastIO::read(int&)'
inline void read(int &x) {
^
0_0_25878167_434.cpp:83:31: error: invalid initialization of reference of type 'int&' from expression of type 'long long int'
read(a),read(b),read(c),read(d),read(p),read(n);
^
0_0_25878167_434.cpp:29:14: note: in passing argument 1 of 'void fastIO::read(int&)'
inline void read(int &x) {
^
0_0_25878167_434.cpp:83:39: error: invalid initialization of reference of type 'int&' from expression of type 'long long int'
read(a),read(b),read(c),read(d),read(p),read(n);
^
0_0_25878167_434.cpp:29:14: note: in passing argument 1 of 'void fastIO::read(int&)'
inline void read(int &x) {
^
0_0_25878167_434.cpp:83:47: error: invalid initialization of reference of type 'int&' from expression of type 'long long int'
read(a),read(b),read(c),read(d),read(p),read(n);
^
0_0_25878167_434.cpp:29:14: note: in passing argument 1 of 'void fastIO::read(int&)'
inline void read(int &x) {
^
0_0_25878167_434.cpp:83:55: error: invalid initialization of reference of type 'int&' from expression of type 'long long int'
read(a),read(b),read(c),read(d),read(p),read(n);
^
0_0_25878167_434.cpp:29:14: note: in passing argument 1 of 'void fastIO::read(int&)'
inline void read(int &x) {
^
|