码迷,mamicode.com
首页 > 编程语言 > 详细

重修_c++入门 A+B Problem

时间:2019-06-06 22:47:38      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:turn   ace   bsp   tps   http   cin   mes   namespace   its   

注意 题面 看 luogu

https://www.luogu.org/problemn

 

#include<bits/stdc++.h>
using namespace std;
int main()
{
  int a,b;  
  cin>>a>>b;
cout<<a+b;  
return 0; }

 

重修_c++入门 A+B Problem

标签:turn   ace   bsp   tps   http   cin   mes   namespace   its   

原文地址:https://www.cnblogs.com/OI-xyf/p/10987009.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!