当前位置:网站首页>华为0基金会——图片整理
华为0基金会——图片整理
2022-07-06 10:19:00 【全栈程序员站长】
大家好,又见面了,我是全栈君。
源程序:
#include<iostream>
#include<string>
using namespace std;
//const int max=1024;
int main()
{
char s[1024];
char temp;
gets(s);
int len;
len=strlen(s);
for(int i=0;i<len;i++)
{
for(int j=i+1;j<len;j++)
{
if(s[i]>s[j])
{
temp=s[i];s[i]=s[j];s[j]=temp;
}
}
}
puts(s);
return 0;
}
执行结果:
总结:非常easy~0基地称号~
版权声明:本文博客原创文章,博客,未经同意,不得转载。
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/117396.html原文链接:https://javaforall.cn
边栏推荐
- 面向程序员的精品开源字体
- Cocos2d Lua 越来越小样本 内存游戏
- 1700C - Helping the Nature
- Jerry's watch reads the file through the file name [chapter]
- 面试突击62:group by 有哪些注意事项?
- Declval of template in generic programming
- Take you through ancient Rome, the meta universe bus is coming # Invisible Cities
- MSF horizontal MSF port forwarding + routing table +socks5+proxychains
- Kivy tutorial: support Chinese in Kivy to build cross platform applications (tutorial includes source code)
- The difference between parallelism and concurrency
猜你喜欢
declval(指导函数返回值范例)
FMT开源自驾仪 | FMT中间件:一种高实时的分布式日志模块Mlog
Kivy tutorial: support Chinese in Kivy to build cross platform applications (tutorial includes source code)
How to solve the error "press any to exit" when deploying multiple easycvr on one server?
Pourquoi Li shufu a - t - il construit son téléphone portable?
Recursive way
【Swoole系列2.1】先把Swoole跑起来
Distiller les connaissances du modèle interactif! L'Université de technologie de Chine & meituan propose Virt, qui a à la fois l'efficacité du modèle à deux tours et la performance du modèle interacti
Is it meaningful for 8-bit MCU to run RTOS?
面向程序员的精品开源字体
随机推荐
Nodejs developer roadmap 2022 zero foundation Learning Guide
Fleet tutorial 13 basic introduction to listview's most commonly used scroll controls (tutorial includes source code)
MS-TCT:Inria&SBU提出用于动作检测的多尺度时间Transformer,效果SOTA!已开源!(CVPR2022)...
Maixll-Dock 摄像头使用
Distiller les connaissances du modèle interactif! L'Université de technologie de Chine & meituan propose Virt, qui a à la fois l'efficacité du modèle à deux tours et la performance du modèle interacti
STM32+ENC28J60+UIP协议栈实现WEB服务器示例
带你穿越古罗马,元宇宙巴士来啦 #Invisible Cities
趣-关于undefined的问题
C语言高校实验室预约登记系统
C语言通过指针交换两个数
Four processes of program operation
Virtual machine VirtualBox and vagrant installation
首先看K一个难看的数字
队列的实现
J'aimerais dire quelques mots de plus sur ce problème de communication...
Implementation of queue
30 分钟看懂 PCA 主成分分析
Codeforces Round #803 (Div. 2)
Five data structures of redis
CRMEB 商城系统如何助力营销?