0_0_38142085_19991.cpp: In function 'void solve()':
0_0_38142085_19991.cpp:16:45: error: inconsistent deduction for 'auto': 'int' and then 'long long int'
auto x = max(a, max(b, c)), y = sum - x - 1;
^
0_0_38142085_19991.cpp:38:41: error: inconsistent deduction for 'auto': 'int' and then 'long long int'
auto x = max(a, max(b, c)), y = sum - x;
^
|