会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
APANNAMA
博客园
首页
新随笔
联系
订阅
管理
04 2021 档案
PAT 1006 sign in and sign out
摘要:#include<cstdio> #include<cstring> using namespace std; char firstper[20]; char lastper[20]; char firsttime[20]="23:59:59"; char lasttime[20]="00:00:0
阅读全文
posted @
2021-04-26 12:18
APANNAMA
阅读(50)
评论(0)
推荐(0)
++i , i++ 和 +1 在递归中的区别
摘要:++i 先传递结果后加 i++ 加完后传递结果 +1 直接加,值不变,没有传递的过程
阅读全文
posted @
2021-04-16 15:54
APANNAMA
阅读(405)
评论(0)
推荐(0)
公告