Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

Re:答:肯定有错误

Posted by ecjtunh at 2008-04-22 19:31:50 on Problem 2371
In Reply To:问:怎么就通不过呢?wa!(附代码) Posted by:chmx at 2008-04-22 19:27:07
> #include<iostream>
> #include<algorithm>
> using namespace std;
> int main()
> {
> 	int n,m,j;
> 	int *a;
> 	cin>>n;
> 	a=new int [n];
> 	for(int i=0;i<n;i++)
> 		cin>>a[i];
> 	cout<<"###"<<endl;
> 	sort(&a[0],&a[n]);
> 	cin>>m;
> 	while(m--)
> 	{
> 		cin>>j;
> 		cout<<a[j-1]<<endl;
> 	}
> 	return 0;
> }

Followed by:

Post your reply here:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator