摘要: # [娱乐] 抽象的代码 今天逛b站看到的很抽象的代码 ```C++ #include #define false 1 #define true 0 using namespace std; struct ZDJD { bool O(bool x){ return x ? true : false; 阅读全文
posted @ 2023-09-05 21:31 Cold的窝 阅读(23) 评论(1) 推荐(0)