在c++14/17,
e[read()]={read(),read()};
auto c={read(),read()};
add(read(),read());
cout<<read()<<" "<<read();
哪些是UB?
cppreference说一部分在c++14以下是UB,但我的UBsan全都没报。
如果不是UB,运算顺序是什么?