玄关,求调
  • 板块题目总版
  • 楼主_xiansheng_
  • 当前回复1
  • 已保存回复1
  • 发布时间2025/1/19 11:40
  • 上次更新2025/1/19 14:57:51
查看原帖
玄关,求调
1354088
_xiansheng_楼主2025/1/19 11:40

题目

#include <bits/stdc++.h>
using namespace std;
//cout<<fixed<<setprecision(n)<<变量;
//continue;
typedef char cc;
typedef int ii;
typedef double dd;
typedef long long ll;
typedef bool bb;
typedef float ff;
typedef string ss;
dd fazhi,xiangsidu;
cc a[10000],b[10000];
ll changdu; 
int main(){
	cin>>fazhi>>a>>b;
	changdu=strlen(a);
	for(int i=0;i<changdu;i++){
		if(a[i]==b[i]){
			xiangsidu++;
		}
	}
	xiangsidu/=changdu;
	if(xiangsidu>=fazhi){
		cout<<"yes";
	}
	else{
		cout<<"no";
	}
	return 0;
}

测试点详细

求求了!!

此外

有人玩第五吗???

2025/1/19 11:40
加载中...