Free Ideone API
try it now!
Your great ideas will be born here
Recent public pastes are listed below. You can filter them by the following programming languages:
- view
- All
- Ada
- Assembler
- AWK (gawk)
- AWK (mawk)
- Bash
- bc
- Brainf**k
- C
- C#
- C++
- C99 strict
- CLIPS
- Clojure
- COBOL
- COBOL 85
- Common Lisp (clisp)
- D (dmd)
- Erlang
- F#
- Factor
- Falcon
- Forth
- Fortran
- Go
- Groovy
- Haskell
- Icon
- Intercal
- Java
- JavaScript (rhino)
- JavaScript (spidermonkey)
- Lua
- Nemerle
- Nice
- Nimrod
- Ocaml
- Oz
- Pascal (fpc)
- Pascal (gpc)
- Perl
- Perl 6
- PHP
- Pike
- Prolog (gnu)
- Prolog (swi)
- Python
- Python 3
- R
- Ruby
- Scala
- Scheme (guile)
- Smalltalk
- Tcl
- Text
- Unlambda
- Visual Basic .NET
- Whitespace
-
1 2 3 4 5 6 7 8 9
# include <iostream> # include <stdio.h> # include <cstdio> using namespace std; int main() { struct link { int a;
...
-
1 2 3 4 5 6 7 8
/* Name: Copyright: DHKHTN - DHQGHN Author: Nguyen Dinh Nhat Date: 26/07/10 21:40 Description: COUNTPL https://vn.spoj.pl/problems/COUNTPL/ */
...
-
1 2 3 4 5 6 7 8
IDENTIFICATION DIVISION. PROGRAM-ID. EXERC1. * ENVIRONMENT DIVISION. * DATA DIVISION. WORKING-STORAGE SECTION.
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int numberToPrint = 1; while (numberToPrint <=10) { cout << numberToPrint << " "; numberToPrint++; }
-
1 2 3 4 5 6 7 8 9
#!/bin/python def fat(n): if n == 1: return n return fat(n-1) * n a = int(raw_input())
-
1 2 3 4 5 6 7 8
IDENTIFICATION DIVISION. PROGRAM-ID. EXERC1. * ENVIRONMENT DIVISION. * DATA DIVISION. WORKING-STORAGE SECTION.
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int numberToPrint = 1; while (numberToPrint <=10); { cout << numberToPrint << " "; numberToPrint++; }
-
1 2 3 4 5 6 7 8
IDENTIFICATION DIVISION. PROGRAM-ID. EXERC1. * ENVIRONMENT DIVISION. * DATA DIVISION. WORKING-STORAGE SECTION.
...
-
1 2 3 4 5 6 7 8 9
import math def time2(h,n,m,r,p): g=9.8 y=h v=0 dy=-h/n t=0 for i in range(n): y=y+dy
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> //#include<conio.h> int main() { int r[50000]; int f,i; int cnt=1; r[0]=3; printf("2\n3\n");
...
-
1 2 3 4 5 6 7 8
IDENTIFICATION DIVISION. PROGRAM-ID. EXERC1. * ENVIRONMENT DIVISION. * DATA DIVISION. WORKING-STORAGE SECTION.
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> #include <string.h> int il5(char x[], int st) { int il=0; while(st--) if(x[st]=='5') il++; return il; }
...
-
1 2 3 4 5 6 7 8 9
#!/bin/python def fat(n): if n == 1: return n return fat(n-1) * n a = int(raw_input())
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> //#include<conio.h> int main() { int r[50000]; int f,i; int cnt=1; r[0]=3; printf("2\n3\n");
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> #include <string.h> int il5(char x[], int st) { int il=0; while(st--) if(x[st]=='5') il++; return il; }
...
-
1 2 3 4 5 6 7 8
IDENTIFICATION DIVISION. PROGRAM-ID. EXERC1. * ENVIRONMENT DIVISION. * DATA DIVISION. WORKING-STORAGE SECTION.
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int cl[2]; int pl[2]; cin >> cl[0] >> pl[0] >> cl[1] >> pl[1];
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> #include <string.h> int il5(char x[], int st) { int il=0; while(st--) if(x[st]=='5') il++; return il; }
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int cl[2]; int pl[2]; cin >> cl[0] >> pl[0] >> cl[1] >> pl[1];
...
-
1 2 3 4 5 6 7 8 9
import math def time2(h,n,m,r,p): g=9.8 y=h v=0 dy=-h/n t=0 for i in range(n): y=y+dy
...
-
1 2 3 4 5 6 7 8
IDENTIFICATION DIVISION. PROGRAM-ID. EXERC1. * ENVIRONMENT DIVISION. * DATA DIVISION. WORKING-STORAGE SECTION.
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> //#include<conio.h> int main() { int r[50000]; int f,i; int cnt=1; r[0]=3; printf("2\n3\n");
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> #include <string.h> int il5(char x[], int st) { int il=0; while(st--) if(x[st]=='5') il++; return il; }
...
-
1 2 3 4 5 6 7 8 9
import math def time2(h,n,m,r,p): g=9.8 y=h v=0 dy=-h/n t=0 pi=3.14 for i in range(n):
...
-
1 2 3 4 5 6 7 8 9
#!/bin/python def fat(n): if n == 1: return n return fat(n-1) * n a = int(raw_input())
-
1 2 3 4 5 6 7 8 9
#!/bin/python def fat(n): if n == 1: return n return fat(n-1) * n a = int(raw_input())
-
1 2 3 4 5 6 7 8 9
#!/bin/python def fat(n): if n == 1: return n return fat(n-1) * n a = int(raw_input())
-
1 2 3 4 5 6 7 8 9
#include<algorithm> using namespace std; #define N_MAX 1002 struct p { int a,b,pr,da,db; p() { }
...
-
1 2 3 4 5 6 7 8 9
#!/bin/python def fat(n): if n == 1: return n return fat(n-1) * n a = int(raw_input())
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int r[50000]; int f,i; int cnt=1; printf("2\n3\n"); for(i=5;i<10000;i+=2) {
...
