竞赛
考级
Jason-JHT
最新版:最无敌的(114514版,504行)!!
飞的智动
最无敌的(114514版,504行)!!
#冷知识:代码中可以删除“return 0;”,因为它其实没有用,占内存。 下面是我的一坨代码:
int n;
zsy
#include<iostream> using namespace std; int main(){ double a,b; cin>>a>>b; cout<<a+b; return 0; }
༺ཌༀ我要上浙大ༀད༻
#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() { int a,b; cin>>a>>b; if(a2&&b3) cout<<5; else cout<<3; return 0; }
我不是AC君
提交答案之后,这里将显示提交结果~