博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
倒数第二小的数
阅读量:5069 次
发布时间:2019-06-12

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

题目:

#include 
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;//const double E = 2.71828182845904523536;//const double PI= 3.14159265359int main(){ int C; cin >> C; while(C--){ int n; cin >> n; int h[2]= { 101,101}; int max= 0; int t; while(n--){ cin >> t; if(t< h[0] || t< h[1]){ h[max]= t; max= (h[0]>h[1])?0:1; } } t= (h[0]>h[1])?h[0]:h[1]; cout << t << endl; } return 0;}

 

转载于:https://www.cnblogs.com/miaoz/p/4183811.html

你可能感兴趣的文章
【Unity入门】编辑器常用视图介绍
查看>>
bzoj-2243 2243: [SDOI2011]染色(树链剖分)
查看>>
在CentOS上构建.net自动化编译环境
查看>>
企业信息管理与大数据
查看>>
document.ready和window.onload的区别
查看>>
PL/SQL集合 ----- varrays
查看>>
BZOJ 3585: mex【莫队+树状数组】
查看>>
Perl数据类型
查看>>
深度和广度查找
查看>>
Windows Server 2003开机自动启动MySQL服务设置方法
查看>>
js math atan2
查看>>
spring 配置 Java配置类装配bean
查看>>
LDAP服务端 - 调研
查看>>
EventBus的粘性事件
查看>>
基于ivy的源代码调试方法
查看>>
田忌赛马之最弱马又克制最强马问题。
查看>>
P3796 【模板】AC自动机(加强版)
查看>>
MongoDB比较两列大小 使用$subtract函数
查看>>
BMW INPA / EDIABAS full iso torrent Free download
查看>>
iOS开发关于Block代码错误
查看>>