只提供伪代码
2024-08-29 21:29:50
发布于:上海
4阅读
0回复
0点赞
#include iostream
#include string
using namespace -> std
int function -> main (){
string -> s
input : s
int -> len pre (s_size)
for i -> 0 ~ len-1
if s [i] == 'lowercase'
s [i] = 'capital'
int -> step pre(0)
for i -> 0 ~ len+1
step = step+1
if i == len+1
output : \(\s [i-2]\,\step\)\
break out !
if s [i] ≠ s [i-1]
output : \(\s [i-1]\,\step\)\
step = 0
}
这里空空如也
有帮助,赞一个