音乐节拍
2019-04-11 09:50:17来源:博客园 阅读 ()
1122. 音乐节拍 (Standard IO)
答案如下:↓↓↓
1 #include<cstdio> 2 #include<iostream> 3 #include<cstring> 4 #include<ctime> 5 #include<algorithm> 6 #include<cmath> 7 using namespace std; 8 #define debug(x) cerr<<#x<<'='<<x<<endl 9 #define MAXN 654321 10 11 int N,Q; 12 int A[MAXN]; 13 int s,y,l,v,a; 14 15 void binary_chop(int low,int high,int y){ 16 while (low<high){ 17 int mid=(low+high)/2; 18 if (A[mid]>=y) high=mid; 19 else low=mid+1; 20 } 21 cout<<low<<endl; 22 } 23 int main(){ 24 cin>>N>>Q; 25 cin>>s; 26 A[1]=s-1; 27 for (int i=2;i<=N;i++){ 28 scanf("%d",&s); 29 A[i]=s+A[i-1]; 30 } 31 for (int j=1;j<=Q;j++){ 32 scanf("%d",&y); 33 binary_chop(1,N,y); 34 } 35 return 0; 36 } 37 38
原文链接:https://www.cnblogs.com/yangzhicheng-blog/p/10686150.html
如有疑问请与原作者联系
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:C++标准库笔记(一)
下一篇:STL用法整理
- shazam音乐检索算法 附完整c代码 2018-12-04
- 音乐旋律提取算法 附可执行demo 2018-10-08
- 利用 Windows API Code Pack 修改音乐的 ID3 信息 2018-06-27
- 利用 Windows API Code Pack 修改音乐的 ID3 信息 2018-06-18
- vb.net播放资源文件中的音乐 2018-06-18
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