find查找string未找到返回值-1

#include<bits/stdc++.h>
using namespace std;
#define int long long
#define endl '\n'
signed main()
{
std::ios::sync_with_stdio(false);cin.tie(0); cout.tie(0);
string a,b;
a=&quot;nihao&quot;;
int t=a.find(&quot;c&quot;);
cout<<t;
return  0;
}
全部评论

相关推荐

评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务