[ create a new paste ] login | about

Recent Pastes:

C++, pasted 7 seconds ago:
1
2
3
4
5
#include <stdio.h>
#include <math.h>
#include <iostream>
#include <cmath>
using namespace std;
...
view (42 lines)
C++, pasted 23 seconds ago:
1
2
3
4
5
#include<iostream.h>

int main(){

int i;
...
view (33 lines, 3 lines of output)
C++, pasted 1 minute ago:
1
2
3
4
5
#include <stdio.h>
#include <math.h>
#include <iostream>
#include <cmath>
using namespace std;
...
view (42 lines, 30 lines of output)
Python, pasted 2 minutes ago:
1
2
3
received = ['jeje', 'jojo']
for x in received:
	print(x)
view (3 lines, 2 lines of output)
C++, pasted 2 minutes ago:
1
2
3
4
5
#include<iostream.h>

int main(){

int i;
...
view (33 lines, 4 lines of output)
Python, pasted 2 minutes ago:
1
2
3
received(['jeje', 'jojo'])
for x in received:
	print(x)
view (4 lines, 4 lines of output)
C++, pasted 2 minutes ago:
1
2
3
4
5
#include <stdio.h>
#include <math.h>
#include <iostream>
#include <cmath>
using namespace std;
...
view (42 lines, 30 lines of output)
C, pasted 2 minutes ago:
1
2
3
4
5
#include<stdio.h>

main()
{
float f= 7.0;
...
view (10 lines, 1 line of output)
PHP, pasted 2 minutes ago:
1
2
3
4
5
<?php
$a = "";

if (!empty($a)) {
 echo "not empty";
...
view (10 lines, 1 line of output)
PHP, pasted 2 minutes ago:
1
2
3
4
5
<?php
$a = "0";

if (!empty($a)) {
 echo "not empty";
...
view (10 lines, 1 line of output)
PHP, pasted 3 minutes ago:
1
2
3
4
5
<?php
$a = null;

if (!empty($a)) {
 echo "not empty";
...
view (10 lines, 1 line of output)
PHP, pasted 3 minutes ago:
1
2
3
4
5
<?php
$a = 0;

if (!empty($a)) {
 echo "not empty";
...
view (10 lines, 1 line of output)
C, pasted 3 minutes ago:
1
2
3
4
5
#include<stdio.h>

main()
{
float f= 7.0;
...
view (10 lines, 2 lines of output)
PHP, pasted 3 minutes ago:
1
2
3
4
5
<?php
$a = 0;

if (!empty($a)) {
 echo "not empty";
...
view (10 lines, 2 lines of output)
C, pasted 3 minutes ago:
1
2
3
4
5
<?php
$a = 0;

if (!empty($a)) {
 echo "not empty";
...
view (10 lines, 4 lines of output)
C++, pasted 3 minutes ago:
1
2
3
4
#include<iostream>
#include<string>

using namespace std;
...
view (11 lines)
C++, pasted 4 minutes ago:
1
2
3
4
5
#include<iostream.h>

int main(){

int i;
...
view (33 lines, 4 lines of output)
C++, pasted 4 minutes ago:
1
2
3
4
5
#include<iostream.h>

int main(){

int i;
...
view (33 lines, 2 lines of output)
C++, pasted 5 minutes ago:
1
2
3
4
5
#include<iostream.h>

int main(){

int i;
...
view (33 lines, 1 line of output)
C++, pasted 5 minutes ago:
1
2
3
4
5
             /**************************************/
             /* Lukasz Koziol   Assignment #3      */
             /* CIS 1.5 MW9     03-07-10           */
             /*                                    */
             /**************************************/
...
view (92 lines, 33 lines of output)