竞赛
考级
1
互关
沩
熙熙熙熙
把头文件全都抄了一遍。。。
飞的智动
古希腊掌管AC和WA的神
#include <iostream> using namespace std; int main() { int a,b; cin>>a>>b; cout <<a+b<<endl; return 0; }
流浪马戏团
#include <iostream> using namespace std; int main (){ double a,b; cin >> a >> b; cout << a+b; }
拽一
zsy
geyrt8o34gt3y37oujg3jf 43y85wu9tgesu9fwynuierfentuie
吴奕卓重生之我在C++做题全WA
#include <iostream> #include <cstring> using namespace std; int main(){ long long a,b; cin >> a >> b; cout <<a+b; return 0; }
你
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a+b; return 0; }
天之神_带土
庞文昊
大家好,我是斯特林,就那个斯大林的粉丝斯特林。什么?让我写a+b?不用高精度她会很伤心的! 那么本蒟蒻就给大家送上一份高精度的题解吧!代码如下:
布迪奈
本题只需用int定义a b两数并输入在相加输出即可通过 AC Code:
Mu.number1
共742条