会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dgdger
博客园
首页
新随笔
联系
订阅
管理
2020年5月13日
P1010 幂次方
摘要: 这道题我一开始一点思路也没有,写了一个一团乱麻的代码,但后来越想越觉得:哎,这题是递归啊 于是我就开始尝试用递归写,第一次写的简直一塌糊涂: #include<iostream> #include<cstdio> using namespace std; int n; void dg(int a){
阅读全文
posted @ 2020-05-13 22:32 dgdger
阅读(140)
评论(0)
推荐(0)
公告