[ create a new paste ] login | about

Recent Pastes:

C, pasted 2 seconds ago:
1
2
3
4
5
#include<stdio.h>
#define BOOLEAN int
#define TRUE 1
#define FALSE 0
#define MIN 1
...
view (36 lines)
C, pasted 2 seconds ago:
1
2
3
4
5
#include<stdio.h>
main()
{

int n,res,temp,res2, res3, num = 7;
...
view (22 lines)
C, pasted 3 seconds ago:
1
2
3
4
5
 #include <string.h>

void itoa(int n, char s[])
 {
     int i, sign;
...
view (40 lines)
Perl, pasted 3 seconds ago:
1
2
3
4
5
use warnings;
use strict;
{
my $a=5;
print $a;
...
view (8 lines, 1 line of output)
C, pasted 4 seconds ago:
1
2
3
4
#include <stdio.h>

main ()
 
...
view (21 lines)
C++, pasted 5 seconds ago:
1
2
3
4
5
#include <stdio.h>
#include <stdlib.h>
int main(){

    int i = 0;
...
view (28 lines, 3 lines of output)
C, pasted 7 seconds ago:
1
2
3
4
5
#include <stdio.h> 
int main(){

    int const SIZE=5;
    int expr;
...
view (9 lines)
C, pasted 10 seconds ago:
1
2
3
4
5
int main()
{char a=201;
printf("%d",c);
return 0;
}
view (5 lines, 4 lines of output)
C, pasted 11 seconds ago:
1
2
3
4
5
#include <stdio.h>

int main()
{
int name=0A;
...
view (8 lines, 1 line of output)
C, pasted 13 seconds ago:
1
2
3
4
/* atoi: convert s to integer */
#include <stdio.h>
int atoi (char[]);
main(){
...
view (20 lines, 2 lines of output)
C, pasted 14 seconds ago:
1
2
3
4
5
#include <stdio.h>
#include <stdlib.h>
int main(){

    int i = 0;
...
view (28 lines, 3 lines of output)
Perl, pasted 14 seconds ago:
1
2
3
4
5
use warnings;
use strict;
{
my $a=5;
print $a;
...
view (7 lines, 3 lines of output)
C, pasted 14 seconds ago:
1
2
3
4
5
#include<stdio.h>
int main()
{
int i = 0;
int a[2][3]={
...
view (14 lines, 2 lines of output)
C, pasted 17 seconds ago:
1
2
3
4
5
#include <stdio.h>

int main()
{
int name=0xA;
...
view (8 lines, 1 line of output)
Perl, pasted 19 seconds ago:
1
2
3
4
5
use warnings;
use strict;
{
my $a=5;
print $a;
...
view (7 lines, 3 lines of output)
C, pasted 19 seconds ago:
1
2
3
4
5
#include<stdio.h>
main()
{
int calci,fahr;
calci=0;
...
view (10 lines, 4369 lines of output)
C, pasted 21 seconds ago:
1
2
3
4
5
#include<stdio.h>
main()
{

int n,res,res2, res3, num = 7;
...
view (22 lines, 5 lines of output)
C, pasted 22 seconds ago:
1
2
3
4
5
 #include <string.h>

void itoa(int n, char s[])
 {
     int i, sign;
...
view (40 lines, 1 line of output)
C, pasted 23 seconds ago:
1
2
3
4
5
#include<stdio.h>
#include<math.h>
int main()
{
int i,j,n,E,A,L,R;
...
view (64 lines, 1 line of output)
C, pasted 31 seconds ago:
1
2
3
4
int main()
{char a=201;
printf("%d",c);
return 0;}
view (4 lines, 4 lines of output)