摘要: #include <iostream> #include <cassert> using namespace std; int main(int argc, char const* argv[]) { int a = 123; int b = 123; assert(a != b); cout << 阅读全文
posted @ 2021-10-18 15:45 邱明成 阅读(184) 评论(0) 推荐(0) 编辑