当前位置:网站首页>牛客小白月赛7 F题
牛客小白月赛7 F题
2022-07-04 17:58:00 【相思明月楼】
题目描述
Bob在学习了DFS后,自己又发明了一种新的搜(luan)索(gao)方法,叫做BFS(Bobby First Search)。
这种搜索被定义为:在一个字符串中,从前向后查找第一个子串"Bob"出现的位置。(不区分大小写)
输入描述:
输入一个不含空格的字符串S(可能含有大小写字母,数字)。(1 ≤ |S| ≤ 100)
输出描述:
输出一个数字,表示"Bob"第一次出现的位置(下标从0开始)。 如果没有出现,则输出"-1"。
直接用JAVA中的Indexof,,,,
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
String a = in.nextLine();
a = a.toLowerCase();
System.out.println(a.indexOf("bob"));
in.close();
}
}
边栏推荐
- 长城证券开户安全吗 买股票怎么开户
- [发布] 一个测试 WebService 和数据库连接的工具 - DBTest v1.0
- 2014合肥市第三十一届青少年信息学奥林匹克竞赛(小学组)试题
- 关于判断点是否位于轮廓内的一点思考
- [mathematical basis of machine learning] (I) linear algebra (Part 1 +)
- 在线文本行固定长度填充工具
- 如何使用Async-Awati异步任務處理代替BackgroundWorker?
- 神经网络物联网应用技术就业前景【欢迎补充】
- The difference and usage between substr (), slice (), and substring () in the string interception methods of "understand series after reading"
- There are multiple divs in the large div, which are displayed on the same line. After overflow, scroll bars are generated without line breaks
猜你喜欢
如何使用Async-Awati异步任务处理代替BackgroundWorker?
与二值化阈值处理相关的OpenCV函数、方法汇总,便于对比和拿来使用
小发猫物联网平台搭建与应用模型
Pytorch学习(四)
Don't just learn Oracle and MySQL!
Oracle with as ORA-00903: invalid table name 多表报错
Nebula Importer 数据导入实践
Lex and yacc based lexical analyzer + parser
Upgrade the smart switch, how much is the difference between the "zero fire version" and "single fire" wiring methods?
Nebula importer data import practice
随机推荐
Crawler (6) - Web page data parsing (2) | the use of beautifulsoup4 in Crawlers
Comment utiliser async awati asynchrone Task Handling au lieu de backgroundworker?
在线SQL转Excel(xls/xlsx)工具
Detailed explanation of issues related to SSL certificate renewal
升级智能开关,“零火版”、“单火”接线方式差异有多大?
奥迪AUDI EDI INVOIC发票报文详解
876. Intermediate node of linked list
The kth largest element in the array
基于NCF的多模块协同实例
How test engineers "attack the city" (Part I)
自由小兵儿
《工作、消费主义和新穷人》的微信读书笔记
FPGA时序约束分享01_四大步骤简述
联想首次详解绿色智城数字孪生平台 破解城市双碳升级难点
1672. Total assets of the richest customers
Perfect JS event delegation
2019年蜀山区第十五届青少年信息学竞赛
Technology sharing | interface testing value and system
Qt实现界面滑动切换效果
IBM WebSphere MQ retrieving messages