0_0_14747594_15242.cpp: In function 'void input()':
0_0_14747594_15242.cpp:199:27: error: invalid initialization of reference of type 'long long int&' from expression of type 'int'
read_int(rect[i].w);
^
0_0_14747594_15242.cpp:31:6: note: in passing argument 1 of 'void read_int(long long int&)'
void read_int(ll & x)
^
0_0_14747594_15242.cpp:200:27: error: invalid initialization of reference of type 'long long int&' from expression of type 'int'
read_int(rect[i].h);
^
0_0_14747594_15242.cpp:31:6: note: in passing argument 1 of 'void read_int(long long int&)'
void read_int(ll & x)
^
|