博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
2873=老--质价比
阅读量:5053 次
发布时间:2019-06-12

本文共 479 字,大约阅读时间需要 1 分钟。

1 #include 
2 #include
3 struct node 4 { 5 int w,j; 6 } th[100],t; 7 int main() 8 { 9 int i,j,n;10 while(scanf("%d",&n)!=EOF)11 {12 for(i=0; i
th[j+1].w)25 {26 t=th[j],th[j]=th[j+1],th[j+1]=t;27 }28 else if(th[j].w==th[j+1].w)29 {30 if(th[j].j

 

转载于:https://www.cnblogs.com/Angfe/p/10448720.html

你可能感兴趣的文章
git使用流程
查看>>
Java的序列化和反序列化
查看>>
selenium IDE常用命令
查看>>
开始写博客了
查看>>
Python selenium之css定位
查看>>
UVA 1525 Falling Leaves
查看>>
03-数据基础
查看>>
CentOS上yum方式安装配置LNMP
查看>>
Spring SpringMvc Hibernate整合
查看>>
Gradle 使用Maven本地缓存
查看>>
程序猿编程十大原则
查看>>
hdu1044
查看>>
MVC+EF之Attribute
查看>>
print_r 打印对象
查看>>
zTree——学习记录之一
查看>>
C++的IO操作
查看>>
v-cloakd的应用场景和使用方法
查看>>
BZOJ.3998.[TJOI2015]弦论(后缀自动机)
查看>>
localStorage登录页记住密码(艺博会)
查看>>
JSON.parse()与JSON.stringify()的区别
查看>>