摘要: if (int a = 0) { cout << a << endl; } else { cout << a + 1<< endl;// 可以访问到 a } 上面输出 1. 阅读全文
posted @ 2025-03-22 21:30 double64 阅读(20) 评论(0) 推荐(0)