wuxing

Results 2 issues of wuxing

> Note: If you use the fuzzy expressions such as 'can't use/no effect/problem/error', but don't give any relevant auxiliary information according to the template below, this issue will be not...

![CleanShot 2022-09-03 at 10 51 31@2x](https://user-images.githubusercontent.com/31824303/188253079-36c8481c-bd68-4a93-a970-fa38b6cf6dcb.png) ```cpp #include #include #include "icecream.hpp" using namespace std; #define DETECT_TYPE(x) \ do \ { \ IC(sizeof(x)); \ IC_("d", std::numeric_limits::max()); \ IC_("d", std::numeric_limits::min()); \ IC_("d",...