[ create a new paste ] login | about

iamyeasin

Name: Yeasin
Email:
Site/Blog: http://behance.net/iamyeasin
Location: BD
Default language: C++
Favorite languages:
About: Goat!

Saved pastes by iamyeasin:

Plain Text, pasted on Feb 17:
1
2
3
4
5
.MODEL SMALL
.STACK 100H
.DATA

   MSG DB 'ENTER YOUR NUMBER : $ '; 
...
view (70 lines)
Plain Text, pasted on Feb 17:
1
2
3
4
5
.MODEL SMALL
.STACK 100H
.DATA

   MSG DB 'ENTER YOUR NUMBER : $ '; 
...
view (66 lines)
C++, pasted on Feb 15:
1
2
3
4
#include<bits/stdc++.h>
#define pf printf
#define sf scanf
#define DBG cout << "DEBUG " << endl;
...
view (81 lines)
C++, pasted on Feb 10:
1
2
3
4
5
INCLUDE 'EMU8086.INC'
.MODEL SMALL
.STACK 100H

.DATA
...
view (38 lines)
C++, pasted on Feb 3:
1
2
3
4
5
#include <bits/stdc++.h>
#define VIS 1
#define UNVIS 0

using namespace std;
...
view (110 lines)
C++, pasted on Feb 3:
1
2
3
4
5
.MODEL SMALL
.STACK 100H
.DATA 
   MSG DB 'ENTER FIRST NUMBER : $';
   MSG2 DB 10,13,'ENTER SECOND NUMBER: $';
...
view (63 lines)
Plain Text, pasted on Feb 2:
1
2
3
4
5
.MODEL SMALL
.STACK 100H
.DATA
    MSG DB 'ENTER FIRST NUMBER:  $'
    MSG2 DB ,10,13,'ENTER SECOND NUMBER: $'
...
view (79 lines)
C++, pasted on Feb 1:
1
2
3
4
5
#include <bits/stdc++.h>
#define UNVISITED 0
#define VISITED 1

using namespace std;
...
view (164 lines)
C, pasted on Jan 26:
1
2
3
4
5
#include <bits/stdc++.h>
#define UNVISITED 0
#define VISITED 1

using namespace std;
...
view (121 lines)
C++, pasted on Jan 22:
1
2
3
4
5
#include <bits/stdc++.h>
#define UNVISITED 0
#define VISITED 1

using namespace std;
...
view (117 lines)
C++, pasted on Jan 21:
1
2
3
4
5
#include <bits/stdc++.h>
#define VISITED 1
#define UNVISITED 0

using namespace std;
...
view (89 lines)
Plain Text, pasted on Jan 20:
1
2
3
4
5
.MODEL SMALL
.STACK 100H

.DATA
    G1 DB 'ENTER FIRST NUMBER: $'
...
view (52 lines)
C++, pasted on Jan 20:
1
2
3
4
5
#include <bits/stdc++.h>
#define VISITED 1
#define UNVISITED 0

using namespace std;
...
view (77 lines)
C++, pasted on Jan 18:
1
2
3
4
5
#include <bits/stdc++.h>

using namespace std;

int censor[1234];
...
view (156 lines)
C++, pasted on Jan 16:
1
2
3
4
5
#include<bits/stdc++.h>
#define  sf scanf
#define  pf printf

using namespace std;
...
view (99 lines)
C++, pasted on Jan 13:
1
2
3
4
5
#include < bits/ stdc++.h >

using namespace std;

int censor[1234];
...
view (100 lines, 7 lines of output)
C++, pasted on Jan 10:
1
2
3
4
5
#include <bits/stdc++.h>

using namespace std;

int censor[1234];
...
view (216 lines)
C++, pasted on Jan 10:
1
2
3
4
5
#include <bits/stdc++.h>

using namespace std;

int censor[1234];
...
view (180 lines)
C++, pasted on Jan 10:
1
2
3
4
5
#include <bits/stdc++.h>

using namespace std;

int censor[1234];
...
view (160 lines)
C++, pasted on Nov 30:
1
2
3
4
5
#include<bits/stdc++.h>

using namespace std;

int row[20],dig1[20],dig2[20],arr[20];
...
view (50 lines)
C++, pasted on Nov 28:
1
2
3
4
5
#include<bits/stdc++.h>

using namespace std;

void insertionSort(int arr[], int n)
...
view (155 lines)
C++, pasted on Nov 8:
1
2
3
4
5
#include<bits/stdc++.h>
#define pf printf
#define sf scanf

using namespace std;
...
view (72 lines)
C++, pasted on Nov 8:
1
2
3
4
5
#include<bits/stdc++.h>
#define pf printf
#define sf scanf

using namespace std;
...
view (63 lines)
C++, pasted on Oct 18:
1
2
3
4
5
#include<bits/stdc++.h>
#define pf printf
#define sf scanf

using namespace std;
...
view (83 lines)
C++, pasted on Jul 2:
1
2
3
4
5
#include<bits/stdc++.h>
#define sf scanf
#define pf printf

using namespace std;
...
view (76 lines)
C, pasted on Jul 2:
1
2
3
4
5
#include<bits/stdc++.h>
#define sf scanf
#define pf printf

using namespace std;
...
view (82 lines)
C++, pasted on Jul 2:
1
2
3
4
5
#include<bits/stdc++.h>
#define sf scanf
#define pf printf

using namespace std;
...
view (53 lines)
C++, pasted on Jul 1:
1
2
3
4
5
#include<bits/stdc++.h>
#define sf scanf
#define pf printf

using namespace std;
...
view (98 lines)
C++, pasted on May 30:
1
2
3
4
5
#include<bits/stdc++.h>
#define sf scanf
#define pf printf

using namespace std;
...
view (65 lines)
C++, pasted on May 29:
1
2
3
4
5
#include<bits/stdc++.h>
#define pf printf
#define sf scanf

using namespace std;
...
view (100 lines)
C++, pasted on Apr 18:
1
2
3
4
5
#include<bits/stdc++.h>
#define inf 1000000
#define till 50000

using namespace std;
...
view (117 lines)
C++, pasted on Apr 9:
1
2
3
4
#include<stdio.h>
#include<string.h>
#include<bits/stdc++.h>
#include<stdlib.h>
...
view (1076 lines, 10 lines of output)
C++, pasted on Apr 6:
1
2
3
4
5
//Using custom stack implementation with array

#include<stdio.h>
#define sf scanf
#define pf printf
...
view (53 lines)
C++, pasted on Apr 6:
1
2
3
4
5
#include<bits/stdc++.h>
#define sf scanf
#define pf printf

using namespace std;
...
view (68 lines)
C++, pasted on Mar 29:
1
2
3
4
5
#include<stdio.h>
#include<stdlib.h>
#define sf scanf
#define pf printf
#include<bits/stdc++.h>
...
view (86 lines)
C, pasted on Mar 29:
1
2
3
4
5
#include<stdio.h>
#include<stdlib.h>
#define sf scanf
#define pf printf
#include<bits/stdc++.h>
...
view (95 lines)
C++, pasted on Mar 21:
1
2
3
4
5
#include<bits/stdc++.h>
#define sf scanf
#define pf printf

using namespace std;
...
view (112 lines)
C++, pasted on Mar 21:
1
2
3
4
5
#include<bits/stdc++.h>
#define sf scanf
#define pf printf

using namespace std;
...
view (152 lines)
C++, pasted on Mar 14:
1
2
3
4
5
#include<bits/stdc++.h>
using namespace std;

int main(){
    //freopen("in.txt","rt",stdin);
...
view (22 lines, 1 line of output)
C++, pasted on Mar 14:
1
2
3
4
5
#include<bits/stdc++.h>

using namespace std;

void rev(char *from,char *to)
...
view (110 lines, 5 lines of output)
C++, pasted on Mar 14:
1
2
3
4
5
#include<bits/stdc++.h>

using namespace std;

long num[10000];
...
view (43 lines)
C++, pasted on Mar 5:
1
2
3
4
5
/*Delete Function works*/
#include<stdio.h>
#include<stdlib.h>

struct n
...
view (84 lines)
C++, pasted on Mar 4:
1
2
3
4
5
/*Double linked list*/
#include<bits/stdc++.h>
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
...
view (189 lines, 1 line of output)
C++, pasted on Mar 3:
1
2
3
4
#include<stdio.h>
#include<stdlib.h>
#define pf printf
#define sc scanf
...
view (132 lines, 10 lines of output)
C++, pasted on Mar 1:
1
2
3
4
5
#include<stdio.h>
#include<stdlib.h>

struct node
{
...
view (210 lines)
C++, pasted on Mar 1:
1
2
3
4
5
#include<stdio.h>
#include<stdlib.h>

struct node
{
...
view (194 lines)
C++, pasted on Feb 27:
1
2
3
4
#include<bits/stdc++.h>
#include<stdlib.h>

using namespace std;
...
view (103 lines)
C++, pasted on Feb 16:
1
2
3
4
5
#include<bits/stdc++.h>

using namespace std;

struct Item
...
view (177 lines, 4 lines of output)
C++, pasted on Feb 15:
1
2
3
4
5
#include<stdio.h>
#include<string.h>
#include<stdlib.h>

int main()
...
view (45 lines, 3 lines of output)
C++, pasted on Feb 15:
1
2
3
4
5
#include<stdio.h>
#include<stdlib.h>

int main()
{
...
view (34 lines, 4 lines of output)
C++, pasted on Feb 3:
1
2
3
4
5
#include<bits/stdc++.h>

using namespace std;

int main()
...
view (22 lines, 1 line of output)
C++, pasted on Feb 3:
1
2
3
4
5
#include<bits/stdc++.h>

using namespace std;

int main()
...
view (65 lines, 1 line of output)
C++, pasted on Feb 2:
1
2
3
4
5
#include<bits/stdc++.h>

using namespace std;

int main()
...
view (37 lines, 1 line of output)
C++, pasted on Jan 30:
1
2
3
4
5
#include<bits/stdc++.h>

using namespace std;

int main()
...
view (38 lines, 1 line of output)
C++, pasted on Jan 26:
1
2
3
4
#include<bits/stdc++.h>
#define MAX 10000

using namespace std;
...
view (67 lines, 3 lines of output)
C++, pasted on Jan 18:
1
2
3
4
#include<bits/stdc++.h>
#define MAX 100005

using namespace std;
...
view (88 lines, 1 line of output)
C++, pasted on Jan 18:
1
2
3
4
5
#include<bits/stdc++.h>

using namespace std;

bool isPrime(int p)
...
view (79 lines, 4 lines of output)
C++, pasted on Jan 18:
1
2
3
4
#include<iostream>
#include<stdio.h>

using namespace std;
...
view (39 lines, 1 line of output)
C++, pasted on Jan 16:
1
2
3
4
5
#include<bits/stdc++.h>

using namespace std;

int main()
...
view (49 lines, 1 line of output)
C++, pasted on Jan 14:
1
2
3
4
5
#include<bits/stdc++.h>

using namespace std;

int main()
...
view (32 lines, 1 line of output)