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 |
weiwan#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: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator