0_0_26000629_3340.cpp: In function 'int main()':
0_0_26000629_3340.cpp:19:15: error: invalid initialization of reference of type 'int&' from expression of type 'long long int'
read(a), read(b), read(c), read(aa), read(bb), read(cc);
^
0_0_26000629_3340.cpp:9:6: note: in passing argument 1 of 'void read(int&)'
void read(int &x){
^
0_0_26000629_3340.cpp:19:24: error: invalid initialization of reference of type 'int&' from expression of type 'long long int'
read(a), read(b), read(c), read(aa), read(bb), read(cc);
^
0_0_26000629_3340.cpp:9:6: note: in passing argument 1 of 'void read(int&)'
void read(int &x){
^
0_0_26000629_3340.cpp:19:33: error: invalid initialization of reference of type 'int&' from expression of type 'long long int'
read(a), read(b), read(c), read(aa), read(bb), read(cc);
^
0_0_26000629_3340.cpp:9:6: note: in passing argument 1 of 'void read(int&)'
void read(int &x){
^
0_0_26000629_3340.cpp:19:43: error: invalid initialization of reference of type 'int&' from expression of type 'long long int'
read(a), read(b), read(c), read(aa), read(bb), read(cc);
^
0_0_26000629_3340.cpp:9:6: note: in passing argument 1 of 'void read(int&)'
void read(int &x){
^
0_0_26000629_3340.cpp:19:53: error: invalid initialization of reference of type 'int&' from expression of type 'long long int'
read(a), read(b), read(c), read(aa), read(bb), read(cc);
^
0_0_26000629_3340.cpp:9:6: note: in passing argument 1 of 'void read(int&)'
void read(int &x){
^
0_0_26000629_3340.cpp:19:63: error: invalid initialization of reference of type 'int&' from expression of type 'long long int'
read(a), read(b), read(c), read(aa), read(bb), read(cc);
^
0_0_26000629_3340.cpp:9:6: note: in passing argument 1 of 'void read(int&)'
void read(int &x){
^
|