Search found 1 match

by ifty
Wed Nov 16, 2016 6:37 pm
Forum: Volume 5 (500-599)
Topic: 507 - Jill Rides Again
Replies: 92
Views: 44909

Re: 507 - Jill Rides Again

I am getting WA pls help me

#include<bits/stdc++.h>
using namespace std;
long long arr[20006],l[20007],r[20006],m[20007];
int main()
{
//freopen("out.txt","w",stdout);
long long i,j,n,key,cs,k;
cin>>cs;
for(k=1;k<=cs;k++){
cin>>n;
for(j=0;j<n-1;j++)
cin>>arr[j];
//cout<<n<<" input ...

Go to advanced search