[ create a new paste ] login | about

Recent Pastes:

Perl, pasted 14 minutes ago:
1
print 3+5+9
view (1 line, 1 line of output)
Perl, pasted 14 minutes ago:
1
print 3+5+9
view (1 line, 1 line of output)
Scheme, pasted 18 minutes ago:
1
2
3
4
5
(define (checa-valores @pal @n1 @n2))
  (cond
  (and (>= @n1 0) (>= @n2 0)
       (or (string=? @pal "aritmética")
           (string=? @pal "harmônica")
...
view (6 lines, 4 lines of output)
C, pasted 19 minutes ago:
1
2
3
4
5
#include<stdio.h>
#include<stdlib.h>
#define MAXN 1000000+500
#define int long long 
typedef struct node{
...
view (235 lines, 9 lines of output)
kethasrinna@gmail.com - C, pasted 38 minutes ago:
1
2
3
4
5
//sql codes
1)--swapping of two numbers

SET @num1 := 10;
SET @num2 := 20;
...
view (203 lines, 103 lines of output)
kethasrinna@gmail.com - C, pasted 39 minutes ago:
1
2
3
4
5
// codes kk
week4 -1a // swaping of the numbers
set serveroutput on;
declare 
a number ;
...
view (90 lines, 69 lines of output)
Plain Text, pasted 51 minutes ago:
1
2
3
4
5
#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%

^j::
...
view (62 lines)
Perl, pasted 1 hour ago:
1
print 3+5+9
view (1 line, 1 line of output)
Perl, pasted 1 hour ago:
1
print 3+5+9
view (1 line, 1 line of output)