Logo 刘卓成的博客

博客

7455

2023-03-18 14:39:00 By 刘卓成

7455

include

using namespace std; int zhshu(int x){ if(x==5){ return 10; }else{ return zhshu(x+1)+2; } } int main(){ int n=1; cout<<zhshu(n); return 0; }

评论

暂无评论

发表评论

可以用@mike来提到mike这个用户,mike会被高亮显示。如果你真的想打“@”这个字符,请用“@@”。