Skip to content

Instantly share code, notes, and snippets.

View Sahillather002's full-sized avatar
😃
Exploring

Sahil Lather Sahillather002

😃
Exploring
View GitHub Profile
#include<bits/stdc++.h>
#define ll long long int
using namespace std;
int main(){
ll n,p,q,r;
cin>>n>>p>>q>>r;
vector<ll>v;
for(ll i=0;i<n;i++){
ll x;
cin>>x;