藜麦小笼包


私信TA

用户名:dotcpp0680909

访问量:805

签 名:

刁常潇

等  级
排  名 296
经  验 5608
参赛次数 0
文章发表 70
年  龄 18
在职情况 学生
学  校 山东管理学院
专  业 软件工程

  自我简介:

一名喜欢走捷径的程序猿

TA的其他文章

参考代码:

import java.util.Scanner;
public class Main
{
    public static void main(String []args)
    {
        Scanner scan=new Scanner(System.in);
        double yu=scan.nextDouble();
        scan.nextLine();
        String s1=scan.nextLine();
        String s2=scan.nextLine();
        double cnt=0;
        for(int i=0;i<s1.length();i++)
        {
            if(s1.charAt(i)==s2.charAt(i))
            {
                cnt++;
            }
        }
        if(cnt/s1.length()>=yu)
        {
            System.out.println("yes");
        }
        else
        {
            System.out.println("no");
        }
    }
}


 

0.0分

0 人评分

  评论区

  • «
  • »