1.
#include <iostream> using namespace std; void func(int i=0) { cout<<i<<endl; } int main() { func(3); return 0; }
输出:3
posted on 2012-06-11 17:54 铁树银花 阅读(176) 评论(0) 收藏 举报
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3