这个题也太难了吧【狗头】

mcf  •  3年前


下面是我的代码

include<bits/stdc++.h>

using namespace std; int main(){

int a,b;
cin>>a>>b;
cout<<a+b;
return 0;

} //好难啊【哈哈哈】


评论:

件简单答案


☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺  •  2年前

include<stdio.h>

int main() {

int a,b,c;
scanf("%d%d",&a,&b);
c=a+b;
printf("%d",c);	
return 0;

}


刘宸志 CEUA  •  2年前

c++是要用脑子的


刘宸志 CEUA  •  2年前

的确要用脑子(狗头

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

刹那(。・∀・)ノ゙  •  2年前

请先登录,才能进行评论