早教吧作业答案频道 -->其他-->
oj上最简单的题目ProblemDescriptionIhaveaverysimpleproblemforyou.GiventwointegersAandB,yourjobistocalculatetheSumofA+B.InputThefirstlineoftheinputcontainsanintegerT(1
题目详情
oj上最简单的题目
Problem Description
I have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A + B.
Input
The first line of the input contains an integer T(1
Problem Description
I have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A + B.
Input
The first line of the input contains an integer T(1
▼优质解答
答案和解析
这个明显是高精度问题.LONG INT也放不下的.
这个是标准的高精度加法的函数.你用这个就对了
/*
语法:add(char a[],char b[],char s[]);
参数:
a[]:被乘数,用字符串表示,位数不限
b[]:乘数,用字符串表示,位数不限
t[]:结果,用字符串表示
返回值:null
注意:
空间复杂度为 o(n^2)
需要 string.h
*/
源程序:
void add(char a[],char b[],char back[])
{
int i,j,k,up,x,y,z,l;
char *c;
if (strlen(a)>strlen(b)) l=strlen(a)+2; else l=strlen(b)+2;
c=(char *) malloc(l*sizeof(char));
i=strlen(a)-1;
j=strlen(b)-1;
k=0;up=0;
while(i>=0||j>=0)
{
if(i=0;k--)
back[i++]=c[k];
back[i]='\0';
}
这个是标准的高精度加法的函数.你用这个就对了
/*
语法:add(char a[],char b[],char s[]);
参数:
a[]:被乘数,用字符串表示,位数不限
b[]:乘数,用字符串表示,位数不限
t[]:结果,用字符串表示
返回值:null
注意:
空间复杂度为 o(n^2)
需要 string.h
*/
源程序:
void add(char a[],char b[],char back[])
{
int i,j,k,up,x,y,z,l;
char *c;
if (strlen(a)>strlen(b)) l=strlen(a)+2; else l=strlen(b)+2;
c=(char *) malloc(l*sizeof(char));
i=strlen(a)-1;
j=strlen(b)-1;
k=0;up=0;
while(i>=0||j>=0)
{
if(i=0;k--)
back[i++]=c[k];
back[i]='\0';
}
看了oj上最简单的题目Proble...的网友还看了以下:
a,i,r,e,s和e,v,l,h,i,c,e分别可以组成什么单词, 2020-03-30 …
高分!求乱码翻译!急!彻W(T€\1QlW(0\2?徢bKg:OS殒bKg:T\3檓N员?b彻l? 2020-04-06 …
谁用英语的每个英标组个单词.(意思是单词里面含有英标的音就好了)!全部的英标48个英语国际音标表2 2020-04-27 …
已知字母组合成英语单词1、e e t t i n h r 2、e e r a t w h 3、o 2020-05-14 …
V,D,E,E,E,L,L,L,L,O,O,O,R,R,S,S把所给的字母填入方格中,使横向,纵向 2020-06-06 …
组成:1、w,n,i,d2、n,g,r,a,d,e3、p,g,i,r,n,s4、d,u,l,o,c 2020-07-09 …
试根据法拉第电磁感应定律E=n△Φ△t,推导出导线切割磁感线产生的感应电动势大小的表达式E=BLv 2020-07-26 …
探求凸多面体的面F、顶点数V和棱数E之间的关系得到的结论是()A.无确定关系B.F+E-V=2C. 2020-07-29 …
欧拉公式中,多面体的面数F,棱数E,顶点数V之间的正确关系是()A.F+V-E=2B.F+E-V=2 2020-11-18 …
把下面的填词填好()C()()()()()()L()()()()E()()()()()A()()() 2020-12-10 …