当前位置: 首页 > news >正文

提高网站百度权重广州专业网络推广公司

提高网站百度权重,广州专业网络推广公司,网站页面链接怎么做的,做一个网站要注意什么题目传送门 题目难度:普及/提高一 题面翻译 今天是贝茜的生日,为了庆祝自己的生日,贝茜邀你来玩一个游戏。 贝茜让 N N N ( 1 ≤ N ≤ 1 0 5 1\leq N\leq 10^5 1≤N≤105) 头奶牛坐成一个圈。除了 1 1 1 号与 N N N 号奶牛外&#xff0…

题目传送门
题目难度:普及/提高一

题面翻译

今天是贝茜的生日,为了庆祝自己的生日,贝茜邀你来玩一个游戏。

贝茜让 N N N ( 1 ≤ N ≤ 1 0 5 1\leq N\leq 10^5 1N105) 头奶牛坐成一个圈。除了 1 1 1 号与 N N N 号奶牛外, i i i 号奶牛与 i − 1 i-1 i1 号和 i + 1 i+1 i+1 号奶牛相邻。 N N N 号奶牛与 1 1 1 号奶牛相邻。农夫约翰用很多纸条装满了一个桶,每一张包含了一个不一定是独一无二的 1 1 1 1 0 6 10^6 106 的数字。

接着每一头奶牛 i i i 从桶中取出一张纸条 A i A_i Ai。每头奶牛轮流走上一圈,同时拍打所有手上数字能整除在自己纸条上的数字的牛的头,然后坐回到原来的位置。牛们希望你帮助他们确定,每一头奶牛需要拍打的牛的数量。

题目描述

It’s Bessie’s birthday and time for party games! Bessie has instructed the N (1 <= N <= 100,000) cows conveniently numbered 1…N to sit in a circle (so that cow i [except at the ends] sits next to cows i-1 and i+1; cow N sits next to cow 1). Meanwhile, Farmer John fills a barrel with one billion slips of paper, each containing some integer in the range 1…1,000,000.

Each cow i then draws a number A_i (1 <= A_i <= 1,000,000) (which is not necessarily unique, of course) from the giant barrel. Taking turns, each cow i then takes a walk around the circle and pats the heads of all other cows j such that her number A_i is exactly

divisible by cow j’s number A_j; she then sits again back in her original position.

The cows would like you to help them determine, for each cow, the number of other cows she should pat.

输入格式

* Line 1: A single integer: N

* Lines 2…N+1: Line i+1 contains a single integer: A_i

输出格式

* Lines 1…N: On line i, print a single integer that is the number of other cows patted by cow i.

样例 #1

样例输入 #1

5 
2 
1 
2 
3 
4

样例输出 #1

2 
0 
2 
1 
3

提示

The 5 cows are given the numbers 2, 1, 2, 3, and 4, respectively.

The first cow pats the second and third cows; the second cows pats no cows; etc.

题目分析:由于本题纯暴力枚举会炸的,优化解法:统计每个数字 Ai 出现的次数。对于每头奶牛 i枚举 Ai 的所有因数 并统计出现的次数。时间复杂度:O(NM)

#include<bits/stdc++.h>
using namespace std;
typedef long long ll;
const int N = 1e6 + 10;int ans[N],cnt[N],a[N]; 
int n;ll read()
{ll s=0,f=1;char ch=getchar();while (ch<'0'||ch>'9'){if (ch=='-') f=-1;ch=getchar();}while (ch>='0'&&ch<='9'){s=s*10+ch-'0';ch=getchar();}return s*f;
}int main() {n = read();for(int i = 1; i <= n; i++) {a[i] = read();cnt[a[i]]++;}int t = 0;for(int i = 1; i <= n; i++){t = 0;for(int j = 1; j <= a[i] / j; j++){if(a[i] % j == 0) {t += cnt[j];if(j != a[i] / j) t += cnt[a[i] /  j];}} ans[i] = t - 1;}for(int i = 1; i <= n; i++) cout<<ans[i]<<endl;return 0;
}

http://www.khdw.cn/news/6871.html

相关文章:

  • 青岛开发网站广州最新发布最新
  • 有哪些企业网站平台百度指数爬虫
  • 网站建设中的形象满意指的是销售深圳做网站的
  • 制作wordpress分享seo和sem
  • 大连设计工作室湖南靠谱的关键词优化哪家好
  • 网站建设文字教程完美日记网络营销策划书
  • 网站导航栏三根横线怎么做的泉州seo优化
  • 做优惠券网站要多少钱成都网站快速排名
  • 南宁 做网站郑州seo线上推广系统
  • 移动互联网开发课程设计报告太原seo外包服务
  • vs加数据库做网站杭州网站seo价格
  • 秦皇岛英文网站建设个人怎么创建网站
  • 安卓4.3网站开发兼容杭州小程序建设公司
  • 青岛网站建设培训贵港seo
  • 辅导班如何做网站湖南seo排名
  • 手机网站开发的目的百度爱采购优化排名软件
  • 网站开发工作招聘如何做网站优化seo
  • 宣传网站怎么做网站推广模式
  • 云南工程建设投标网上报名网站外贸网站推广费用
  • 江苏网站建设基本流程爱站网关键词查询系统
  • 女生学ui设计难吗网站排名优化外包
  • 用wordpress教程视频太原搜索引擎优化
  • 网站开发用什么浏览器测试网络营销的方法
  • 新疆手机网站建设百度网站推广关键词怎么查
  • h5响应式网站建设方案百度排名点击软件
  • phpcms网站模版企业营销型网站建设
  • 德阳网站建设免费宣传网站
  • 免费高清视频素材网站有哪些西安百度推广公司
  • 榆林公司做网站沈阳今日新闻头条
  • hbuilderx怎么制作网页seo网络优化是什么意思