0_0_33222651_17887.cpp: In function 'int main()':
0_0_33222651_17887.cpp:174:28: error: converting to 'std::tuple<int, int, int, int, int>' from initializer list would use explicit constructor 'constexpr std::tuple< <template-parameter-1-1> >::tuple(_UElements&& ...) [with _UElements = {int, int&, int&, int&, int&}; <template-parameter-2-2> = void; _Elements = {int, int, int, int, int}]'
queries[i] = {1, u, x, y, v};
^
0_0_33222651_17887.cpp:180:28: error: converting to 'std::tuple<int, int, int, int, int>' from initializer list would use explicit constructor 'constexpr std::tuple< <template-parameter-1-1> >::tuple(_UElements&& ...) [with _UElements = {int, int&, int, int, int}; <template-parameter-2-2> = void; _Elements = {int, int, int, int, int}]'
queries[i] = {2, u, -1, -1, -1};
^
|