杭电ACM 1095(A+B for Input-Output Practice (VII))

杭电ACM 1095(A+B for Input-Output Practice (VII))

#include<iostream> using namespace std; int main() { int a,b; while(cin>>a>>b) { cout<<a+b<<"\n"<<"\n"; } return 0; }


相关文章:

  • 2021-11-08
  • 2021-05-21
  • 2021-10-12
  • 2021-07-10
  • 2021-07-07
  • 2021-05-04
猜你喜欢
  • 2022-12-23
  • 2021-08-24
  • 2021-10-30
  • 2021-05-03
  • 2022-01-23
相关资源
相似解决方案