杭電ACM部分題答案

杭電ACM部分題答案

ID:38471765

大?。?5.50 KB

頁數(shù):8頁

時(shí)間:2019-06-13

杭電ACM部分題答案_第1頁
杭電ACM部分題答案_第2頁
杭電ACM部分題答案_第3頁
杭電ACM部分題答案_第4頁
杭電ACM部分題答案_第5頁
資源描述:

《杭電ACM部分題答案》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫。

1、1000A+BProblemTimeLimit:2000/1000MS(Java/Others)????MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):158161????AcceptedSubmission(s):50186ProblemDescriptionCalculateA+B.?InputEachlinewillcontaintwointegersAandB.Processtoendoffile.?OutputForeachca

2、se,outputA+Binoneline.?SampleInput11?SampleOutput2?AuthorHDOJ?Statistic?

3、?Submit?

4、?Discuss

5、Note#includeintmain(){inta,b;while(scanf("%d%d",&a,&b)!=EOF)printf("%d",a+b);}1002A+BProblemIITimeLimit:2000/1000MS(Java/Others)????MemoryLimit:65536/3

6、2768K(Java/Others)TotalSubmission(s):84367????AcceptedSubmission(s):15966ProblemDescriptionIhaveaverysimpleproblemforyou.GiventwointegersAandB,yourjobistocalculatetheSumofA+B.?InputThefirstlineoftheinputcontainsanintegerT(1<=T<=20)whichmeansthenumberoft

7、estcases.ThenTlinesfollow,eachlineconsistsoftwopositiveintegers,AandB.Noticethattheintegersareverylarge,thatmeansyoushouldnotprocessthembyusing32-bitinteger.Youmayassumethelengthofeachintegerwillnotexceed1000.?OutputForeachtestcase,youshouldoutputtwolin

8、es.Thefirstlineis"Case#:",#meansthenumberofthetestcase.Thesecondlineistheanequation"A+B=Sum",SummeanstheresultofA+B.Notetherearesomespacesinttheequation.Outputablanklinebetweentwotestcases.?SampleInput212112233445566778899998877665544332211?SampleOutput

9、Case1:1+2=3Case2:112233445566778899+998877665544332211=1111111111111111110?AuthorIgnatius.L?Statistic?

10、?Submit?

11、?Discuss

12、Note#include#includeintmain(){charstr1[1001],str2[1001];intt,i,len_str1,len_str2,len_max,num=1,k;scanf("%d",&t);g

13、etchar();while(t--){inta[1001]={0},b[1001]={0},c[1001]={0};scanf("%s",str1);len_str1=strlen(str1);for(i=0;i<=len_str1-1;++i)a[i]=str1[len_str1-1-i]-'0';scanf("%s",str2);len_str2=strlen(str2);for(i=0;i<=len_str2-1;++i)b[i]=str2[len_str2-1-i]-'0';if(len_s

14、tr1>len_str2)len_max=len_str1;elselen_max=len_str2;k=0;for(i=0;i<=len_max-1;++i){c[i]=(a[i]+b[i]+k)%10;k=(a[i]+b[i]+k)/10;}if(k!=0)c[len_max]=1;printf("Case%d:",num);num++;printf("%s+%s=",str1,str2);if(c[len_max]==1)printf("1")

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動(dòng)畫的文件,查看預(yù)覽時(shí)可能會(huì)顯示錯(cuò)亂或異常,文件下載后無此問題,請放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫負(fù)責(zé)整理代發(fā)布。如果您對本文檔版權(quán)有爭議請及時(shí)聯(lián)系客服。
3. 下載前請仔細(xì)閱讀文檔內(nèi)容,確認(rèn)文檔內(nèi)容符合您的需求后進(jìn)行下載,若出現(xiàn)內(nèi)容與標(biāo)題不符可向本站投訴處理。
4. 下載文檔時(shí)可能由于網(wǎng)絡(luò)波動(dòng)等原因無法下載或下載錯(cuò)誤,付費(fèi)完成后未能成功下載的用戶請聯(lián)系客服處理。