会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Vivid-BinGo
我柜子动了,我不更新了。
首页
联系
订阅
管理
2020年1月30日
C++ | 使用 xxx.size() 作为循环条件的问题
摘要: 问题代码 #include<bits/stdc++.h> using namespace std; int main() { string s="a"; printf("%d\n",s.size()-5); cout<<s.size()-5<<endl; for(int i=0;i<=s.size(
阅读全文
posted @ 2020-01-30 11:44 Vivid-BinGo
阅读(675)
评论(0)
推荐(0)
公告