会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
RowryCho
好好写代码..
博客园
首页
新随笔
联系
管理
2020年11月4日
C,C++语法基础 | 函数 | 06
摘要: 函数 | 06 函数部分的基础知识大部分都已经掌握,主要以习题为主. n的阶乘 #include<iostream> using namespace std; int fact(int n){ int res = 1; for(int i=1;i<=n;i++)res *= i; return re
阅读全文
posted @ 2020-11-04 10:32 RowryCho
阅读(192)
评论(0)
推荐(0)
编辑
公告