A+Bacm出现的问题A+BProblemTimeLimit-查字典问答网
分类选择

来自孔德庆的问题

  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

1回答
2020-07-17 17:17
我要回答
请先登录
陈薇

  #include

  usingnamespacestd;

  intmain(intargc,char*argv[])

  {

  inta,b;

  while(cin>>a>>b,a!=0&&b!=0)//加上这句

  cout

2020-07-17 17:19:22

最新问答

推荐文章

猜你喜欢

附近的人在看

推荐阅读

拓展阅读

  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  •