ldxxlgy


私信TA

用户名:ldxxlgy

访问量:1360

签 名:

等  级
排  名 8021
经  验 1262
参赛次数 0
文章发表 38
年  龄 0
在职情况 学生
学  校 沥东小学
专  业

  自我简介:

TA的其他文章

解题思路:

注意事项:

参考代码:

#include<bits/stdc++.h>

using namespace std;

long long a[15],z;

int main()

for(int i=1;i<=9;i++)

cin>>a[i];

cin>>z;

for(int i=1;i<=9;i++)

{

if(a[i]<z && a[i+1]>z)

cout<<a[i]<<endl<<z<<endl;

else

cout<<a[i]<<endl;

}

return 0;

}


 

0.0分

1 人评分

  评论区

  • «
  • »