`
godfrey90
  • 浏览: 56069 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论

7th_B

阅读更多
#include<cstdio>
double mul(double x,int y){
	double result=1.0;
	for(int i=0;i<y;i++){
		result*=x;
	}
	return result;
}
int main(){
	int n=0;
	double A=0,B=0;
	double a[11];
	double res_A;
	double res_B;
	scanf("%d%lf%lf",&n,&A,&B);
	for(int i=0;i<n+1;i++){
		scanf("%lf",&(a[i]));
		double temp=a[i]/(i+1);
		res_A+=temp*mul(A,i+1);
		res_B+=temp*mul(B,i+1);
	}
	int result = (int)(res_B-res_A+0.5);
	printf("%d\n",result);
	return 0;
}
分享到:
评论

相关推荐

    O'Neil_Advanced_Engineering_Mathematics_7th_txtbk

    《O'Neil_Advanced_Engineering_Mathematics_7th_txtbk》这本书是工程数学领域的一本经典教材,由著名数学家O'Neil撰写,涵盖了高等工程数学的多个核心概念和技术。以下是从该书的部分内容中提取的关键知识点,旨在...

    INSTRUCTOR'S_GUIDE_Fundamentals_of_Database_Systems__3th_Edition.pdf

    - **作者**:Ramez Elmasri 和 Shamkant B. Navathe - **出版社**:Addison-Wesley Publishing Company - **版本**:第三版 此书为英文原版《数据库原理》的教师用书版本,主要面向高校教师使用。书中包含了课后...

    离散数学及其应用奇数编号练习答案(Discrete Mathematics and Its Applications 7th Edition 2011)

    - “如果你登上了朗斯峰顶,那么你必定走了B英里”描述了两个事件之间的因果关系。 - “你可以买冰激凌卷当且仅当外边很热”表达了“如果外边很热,则可以买冰激凌卷”,以及“只有外边很热,才可以买冰激凌卷”的...

    Windows Internals, Part 1 7th 2017第7版 pdf(conv) 0分

    Title: Windows Internals, Part 1: System architecture, processes, threads, memory management, and more, 7th Edition pdf转化版 Author: Alex Ionescu, David A. Solomon, Pavel Yosifovich Length: 800 pages...

    Advanced Engineering Mathematics 7th Edition

    - **,b,c&gt;**:向量 - **ai + bj + ck**:三维空间中向量的标准形式 - **∥V∥**:向量 \( V \) 的模 - **F·G**:向量 \( F \) 和 \( G \) 的点积 - **F×G**:向量 \( F \) 和 \( G \) 的叉积 - **R^n**:\( n \)-...

    Numerical Analysis (7th Edition) by Richard L. Burden Douglas Faires

    标题《Numerical Analysis (7th Edition) by Richard L. Burden Douglas Faires》指的是由Richard L. Burden与Douglas Faires合著的《数值分析》第七版。数值分析是数学、科学和工程领域中一个重要的学科分支,它...

    Windows Internals, Part 1 7th 2017第7版 新鲜出炉epub

    Title: Windows Internals, Part 1: System architecture, processes, threads, memory management, and more, 7th Edition Author: Alex Ionescu, David A. Solomon, Pavel Yosifovich Length: 800 pages Edition: ...

    Mathematical Methods for Physicists 7th Edition

    Mathematical Methods for Physicists 7th Edition by George B. Arfken, Hans J. Weber and Frank E. Harris

    N. Gregory Mankiw Macroeconomics, 7th Edition 2009

    He began his study of economics at Princeton University, where he received an A.B. in 1980. After earning a Ph.D. in economics from MIT, he began teaching at Harvard in 1985 and was promoted to full ...

    Mathematical Methods for Physicists (7th Ed).pdf

    本书由George B. Arfken、Hans J. Weber以及Frank E. Harris共同编著,涵盖了数学分析、线性代数、微分方程、复变函数论等多个领域的核心知识点,并将这些理论与物理学的实际问题相结合,帮助读者建立起坚实的数学...

    Advanced Engineering Mathematics by P.V. O.'Neil, 7th edition.

    - **增广矩阵**:\( [A \cdots B] \) 表示由矩阵 \( A \) 和 \( B \) 组成的增广矩阵。 - **矩阵逆和行列式**:\( A^{-1} \) 表示矩阵 \( A \) 的逆;\( |A| \) 或 \( det(A) \) 表示矩阵 \( A \) 的行列式。 - ...

    Calculus-Early Transcendentals 2010 7th Ed

    本文节选自《Calculus-Early Transcendentals 2010 7th Ed》一书的内容,该书是微积分领域的权威教材之一,由Stewart所著。从给出的部分内容来看,包含了多个数学领域的知识点,下面将详细展开这些知识点。 首先,...

    IPB60R180P7 INFINEON 英飞凌芯片 中文版规格书手册.pdf

    * IPB60R180P7 是 CoolMOS™ 7th generation 平台的一部分,具有 600V 高压特性。 * 该 MOSFET 具有快速开关和低损耗特性,适用于 hard switching 和 soft switching 应用。 * 其特点包括: + 低开关损耗和导通损耗...

    7th-勘误-Errata1

    这些勘误内容主要涉及到《7th Edition》这本书的多个章节,涵盖了网络协议相关的知识点。下面是对这些错误进行的修正和详细解释: 1. 第2章第122页:在第2.3.4节上方,提及的"Section 2.4.1"应该是"Section 2.3.1...

    Windows Internals, Part 1 7th 2017第7版 azw3

    Windows Internals, Part 1: System architecture, processes, threads, memory management, and more, 7th Edition Author: Alex Ionescu, David A. Solomon, Pavel Yosifovich Length: 800 pages Edition: 7 ...

    OpenGL Programming Guide 7th.pdf

    网格化用于处理复杂的几何体模型,而NURBS(非均匀有理B样条)是一种数学模型,用于生成复杂的曲线和曲面。选择和反馈是OpenGL中的两种模式,用于处理场景中对象的选择和获取渲染过程中的反馈信息。 在性能提升方面...

    联想ThinkPad E480 OS11.1 OC引导99%完美黑苹果EFI

    主板 联想 20KNA002CD ( 7th/8th Generation Intel Processor Family I/O - 9D4E 笔记本芯片组 ) 显卡 AMD Radeon RX 550 ( 2 GB / 联想 ) 内存 8 GB ( 记忆科技 DDR4 2666MHz ) 主硬盘 HFM128GDHTNG-8310B ( 128...

    zava810.github.io:zava810_fup_lib-> zava810-> hscii810-> Alu

    zilevnTh-bca / mca) zava810 / Android rust810 python(L_tenTh-J_zilevnTh-bca / mca ..) gimp,kdenlive,linuxmint,记事本++(7Th-J_zilevnTh-bca / mca) 请尝试hksuletr.apk,hpop_u5.apk u5.ttf(需要...

Global site tag (gtag.js) - Google Analytics