| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
Re:其实本体不是很水。In Reply To:Re:其实本体不是很水。 Posted by:y09shendazhi at 2009-08-12 11:25:52 > #include <iostream>
>
#include<algorithm>
> using namespace std;
>
> int main(int argc, char *argv[])
> {
> int a[10000]={0};
> int n=0;
> cin>>n;
> for(int i=0;i<n;i++)
> scanf("%d",&a[i]);
> sort(a,a+n);
> cout<<a[(n-1)/2]<<endl;
> return 0;
> }
其实很垃圾的程序,竟然0ms,汗
Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator