[ create a new paste ] login | about

Recent Pastes:

C++, pasted 2 seconds ago:
1
2
3
4
5
#include <iostream>
using namespace std;

struct E {
  const char* message;
...
view (41 lines)
C++, pasted 3 seconds ago:
1
2
3
4
5
#include<iostream.h>

 int main ()
{
int n ;
...
view (12 lines)
C, pasted 22 seconds ago:
1
2
3
4
#include "stdio.h"
#include<string.h>

main()
...
view (11 lines, 1 line of output)
C, pasted 24 seconds ago:
1
2
3
4
5
#include <stdio.h>


void conta (char parola[]){
int i;
...
view (26 lines, 9 lines of output)
C, pasted 29 seconds ago:
1
2
3
4
5
#include<conio.h>
#include<stdio.h>

void main()
{
...
view (9 lines, 22 lines of output)
C, pasted 32 seconds ago:
1
2
3
4
#include "stdio.h"
#include<string.h>

main()
...
view (11 lines, 1 line of output)
C++, pasted 37 seconds ago:
1
2
3
4
5
#include<iostream.h>

 intmain ()
{
int n ;
...
view (12 lines, 2 lines of output)
C++, pasted 40 seconds ago:
1
2
3
4
5
#include <string>
#include <iostream>
using namespace std;
class mathOperator {
	char op;
...
view (31 lines, 2 lines of output)
C++, pasted 41 seconds ago:
1
2
3
4
5
#include <iostream>
using namespace std;

struct E {
  const char* message;
...
view (43 lines, 2 lines of output)
C++, pasted 1 minute ago:
1
2
3
4
5
#include<iostream.h>

 int main ()
{
int n :
...
view (12 lines, 3 lines of output)
C, pasted 1 minute ago:
1
2
3
4
#include "stdio.h"
#include<string.h>

main()
...
view (11 lines, 1 line of output)
C++, pasted 1 minute ago:
1
2
3
4
5
#include<iostream.h>
#include<conio.h>
main ()
{
int n :
...
view (12 lines, 3 lines of output)
C, pasted 1 minute ago:
1
2
3
4
5
#include<stdio.h>
void main()
{
   int a =1;
int b=4;
...
view (17 lines, 7 lines of output)
C, pasted 2 minutes ago:
1
2
3
4
#include "stdio.h"
#include<string.h>

main()
...
view (11 lines, 1 line of output)
C, pasted 2 minutes ago:
1
Printf(%d,printf(%d %d,2,2) & printf(%d %d , 2, 2));
view (1 line, 21 lines of output)
C++, pasted 2 minutes ago:
1
2
3
4
5
#include<stdio.h>
#define n 4
int main()
{
	int A[n][n]={{1,2,3,4},{5,6,7,8},{9,10,11,12},{13,14,15,16}};
...
view (20 lines, 1 line of output)
C++, pasted 2 minutes ago:
1
2
3
4
5
#include <string>
#include <iostream>
using namespace std;
class mathOperator {
	char op;
...
view (30 lines, 2 lines of output)
C, pasted 2 minutes ago:
1
2
3
4
5
/*
 *  Linux sock_sendpage() NULL pointer dereference
 *  Copyright 2009 Ramon de Carvalho Valle <ramon@risesecurity.org>
 *
 *  This program is free software; you can redistribute it and/or modify
...
view (374 lines, 1 line of output)
C++, pasted 2 minutes ago:
1
2
3
4
5
#incluse<iostream.h>
#include<conio.h>
main ()
{
int n :
...
view (12 lines, 4 lines of output)
C++, pasted 2 minutes ago:
1
2
3
4
5
#include<stdio.h>
#define n 4
int main()
{
	int A[n][n]={{1,2,3,4},{5,6,7,8},{9,10,11,12},{13,14,15,16}};
...
view (21 lines, 3 lines of output)