竞赛
考级
最无敌的(114514版,504行)!!
飞的智动
Jason-JHT
最新版:最无敌的(114514版,504行)!!
zsy
#冷知识:代码中可以删除“return 0;”,因为它其实没有用,占内存。 下面是我的一坨代码:
int n;
#include<iostream> using namespace std; int main(){ int A,B; cin >> A>>B; cout << A+B; return 0; }
@辞
复仇者_Y38╋════━➢
#include<iostream> using namespace std; int main(){ double a,b; cin>>a>>b; cout<<a+b; return 0; }
天之神_复仇者_ZDZC
提交答案之后,这里将显示提交结果~