字典翻译 问答 其它 A+Bacm出现的问题A+BProblemTimeLimit:1000MSMemoryLimit:1024KDescription:Calculatea+bInput:Theinputwillconsistofaseriesofpairsofintegersaandb,separatedbyaspace,onepairofintegersperline,00meanstheendoftheinput,a
问题标题:
A+Bacm出现的问题A+BProblemTimeLimit:1000MSMemoryLimit:1024KDescription:Calculatea+bInput:Theinputwillconsistofaseriesofpairsofintegersaandb,separatedbyaspace,onepairofintegersperline,00meanstheendoftheinput,a
问题描述:

A+Bacm出现的问题

A+BProblem

TimeLimit:1000MSMemoryLimit:1024K

Description:

Calculatea+b

Input:

Theinputwillconsistofaseriesofpairsofintegersaandb,separatedbyaspace,onepairofintegersperline,00meanstheendoftheinput,anddonotneedtooutput.

Output:

Foreachpairofinputintegersaandbyoushouldoutputthesumofaandbinoneline,andwithonelineofoutputforeachlineininput.

SampleInput:

15

00

SampleOutput:

6

刚刚学习ACM第一题就错了麻烦大家帮帮忙了

我的代码是这个

#include

usingnamespacestd;

intmain(intargc,char*argv[])

{

inta,b;

while(cin>>a>>b)

couta>>b)

cout

陈薇回答:
  #include   usingnamespacestd;   intmain(intargc,char*argv[])   {   inta,b;   while(cin>>a>>b,a!=0&&b!=0)//加上这句   cout
点击显示
其它推荐
热门其它推荐
  • 其它