Skip to content

Instantly share code, notes, and snippets.

View shakir1443's full-sized avatar

Abdul Alim Shakir shakir1443

View GitHub Profile
@shakir1443
shakir1443 / UVA1500.c
Created November 16, 2017 11:03
ACM Problem Solutions
/******************************************************************************
Author : Abdul Alim Shakir
*******************************************************************************/
#include <stdio.h>
int main()
{
int t,n;
scanf("%d",&t);