Skip to content

Instantly share code, notes, and snippets.

View jayant-yadav's full-sized avatar
👾
working on Whisper

Jayant jayant-yadav

👾
working on Whisper
View GitHub Profile
@jayant-yadav
jayant-yadav / fact2.cpp
Last active April 16, 2017 18:42
FACT2
#include<iostream>
//#include<bits/stdc++.h>
using namespace std;
int main()
{ int i,j,t,n[100];
cin>>t;
while(t--){
cin>>n[i];