BZOJ1607: [Usaco2008 Dec]Patting Heads 轻拍牛…
2018-06-27 09:42:45来源:博客园 阅读 ()
Submit: 3031 Solved: 1596
[Submit][Status][Discuss]
Description
Input
Output
Sample Input
2
1
2
3
4
INPUT DETAILS:
The 5 cows are given the numbers 2, 1, 2, 3, and 4, respectively.
Sample Output
0
2
1
3
OUTPUT DETAILS:
The first cow pats the second and third cows; the second cows pats no cows;
etc.
HINT
Source
比较水。。
维护出所有的颜色。
然后按埃氏筛的方法挨个筛就行了
根据调和级数,时间复杂度为$O(nlogn$
#include<cstdio> #include<algorithm> #include<cstring> using namespace std; const int MAXN = 1e5 + 10, INF = 1e9 + 10; inline int read() { char c = getchar(); int x = 0, f = 1; while(c < '0' || c > '9') {if(c == '-') f = -1; c = getchar();} while(c >= '0' && c <= '9') x = x * 10 + c - '0', c = getchar(); return x * f; } int a[1000001], color[MAXN], ans[1000001]; main() { #ifdef WIN32 freopen("a.in", "r", stdin); #endif int N = read(); for(int i = 1; i <= N; i++) color[i] = read(), a[color[i]]++; for(int i = 1; i <= 1000000; i++) { if(!a[i]) continue; for(int j = i; j <= 1000000; j += i) ans[j] += a[i]; } for(int i = 1; i <= N; i++) printf("%d\n", ans[color[i]] - 1); }
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- C++ 关键字decltype 2020-05-30
- 题解 P5116 【[USACO18DEC]Mixing Milk】 2020-03-14
- 【做题笔记】P2871 [USACO07DEC]手链Charm Bracelet 2020-02-14
- ExcludeClipRect区域裁剪问题 2019-03-10
- 函数调用方法之__cdecl与_stdcall 2018-12-04
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash