04 2021 档案

摘要:#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 直接加,值不变,没有传递的过程 阅读全文
posted @ 2021-04-16 15:54 APANNAMA 阅读(405) 评论(0) 推荐(0)