0_0_33321200_10102.cpp: In function 'void resolve()':
0_0_33321200_10102.cpp:100:26: error: converting to 'std::tuple<int&, int&>' from initializer list would use explicit constructor 'constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with _T1 = int&; _T2 = int&]'
std::tie(ca, cb) = {dp[ca][cb].pa, dp[ca][cb].pb};
^
|