我无法找到明确的答案:以下代码是否有未定义的行为?
int x = 2; x+=x+=x+=2.5;
c++ undefined-behavior c++11
c++ ×1
c++11 ×1
undefined-behavior ×1