摘要: ———————函数的默认参数——————— 🎄函数默认格式(图片+代码段呈现) #include "iostream" using namespace std; void rlxy(int a=100) { cout << a << endl; } int main() { rlxy(); rlx 阅读全文
posted @ 2023-12-19 09:03 日落悬崖 阅读(9) 评论(0) 推荐(0)