包佳豪


私信TA

用户名:1144152774

访问量:220

签 名:

等  级
排  名 8310
经  验 1241
参赛次数 3
文章发表 3
年  龄 0
在职情况 学生
学  校
专  业

  自我简介:

TA的其他文章


参考代码:

#include<iostream>

#include<string>

using namespace std;

int n;

int main()

{

cin>>n;

int a=65;

string s1,s2,last,now;

for(int i=0;i<n;i++)

{

s1=char(a);

last=s2;

s2+=s1;

now=s2+last;

s2=now;

a++;

    }

    cout<<now;

return 0;

 } 


 

0.0分

1 人评分

  评论区

爱你包包
2023-01-25 16:32:28
  • «
  • 1
  • »