写出单词中音节的个数
\'stu:dent\\'hvndred\\des\\in,saiklu'peidie\
人气:165 ℃ 时间:2020-03-30 20:36:43
解答
//大体语句就是这样的,只是里面对各种音节的判断就要你自己写了,我英语不好的
#include
#include
#include
using namespace std;
int main(){
while(cin>>s){
int len=s.length();
int count=0;
for(int i=0;i
推荐
- 写出单词中音节的个数
- 写出下列单词的音节数量,并标出重读音节
- 下列单词中的音节个数:
- 写出双音节词
- 将下列单词按音节个数分类
- 函数f(x)=a^x/(1+a^x) -a是奇函数 则实数a的值为?
- 若A>0,B>0,C
- 在三角形中,角A,B,C对边为a,b,c角A,B,C成等差数列.求cosB的值?若边a,b,c成等比求sinAsinC的值?
猜你喜欢