Skip to content

Instantly share code, notes, and snippets.

View Adnatull's full-sized avatar
🏠
Working from home

Adnatull Al Masum Adnatull

🏠
Working from home
View GitHub Profile
#include<iostream>
#include<algorithm>
#include<cstdio>
#include<cmath>
#define LL long long
#define L long
using namespace std;
@Adnatull
Adnatull / 414 - Machined Surfaces
Created July 12, 2016 06:56
UVA Online Judge
#include<cstdio>
#include<cstring>
#include<algorithm>
using namespace std;
int main(){
int t,i,j;
while(1){
@Adnatull
Adnatull / UVA 10611 - The Playboy Chimp
Last active July 12, 2016 06:51
UVA Online Judge
#include<cstdio>
using namespace std;
int main()
{
int t,i,j;
scanf("%d",&t);
long int g[t];