竞赛
考级
#include<bits/stdc++.h> using namespace std; int a(int x){ if(x == 1) return 1; return a(x-1)+x; } int main(){ }
rose
共81条
提交答案之后,这里将显示提交结果~