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

weiwan

Posted by niuniu2006 at 2007-03-31 20:49:35 on Problem 2590
#include <iostream>
using namespace std;

int main()
{
	int n;
	cin>>n;
	int arr[100][2];
	int re[100];
	for (int i=0;i<=n-1;++i)
	{
		cin>>arr[i][0]<<arr[i][1];
		arr[i][0]=arr[i][1]-arr[i][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