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
int main() { string s=Stdio.stdin->gets(); while (s!="42") { write(s+"\n"); s=Stdio.stdin->gets(); } return 0; }
-
1 2 3 4
program :- get_char(X),get_char(Y),check(X,Y). check('4','2'):-!. check(X,Y):-write(X),get_char(Z),check(Y,Z). :- program.
-
1 2 3 4 5 6 7 8
int main() { string s=Stdio.stdin->gets(); while (s!="42") { write(s+"\n"); s=Stdio.stdin->gets(); } return 0; }
-
1 2 3 4 5 6 7 8 9
$test = array(); $test[] = array('hello','world'); $test[] = array(1,2); $Output = array(); foreach($test as $Data) { $Output[] = implode(',', $Data); }
...
-
1
¸„ħ}ßnïÚæ“‘½–ä´CB»GH¥÷tf…VlÕÄe¢±Îü¨
-
1
echo "This is a test"
-
1 2 3
<?php echo "test"; ?>
-
1 2 3 4 5 6 7 8
int main() { string s=Stdio.stdin->gets(); while (s!="42") { write(s+"\n"); s=Stdio.stdin->gets(); } return 0; }
-
1 2 3 4 5 6
#include<stdio.h> main() { printf("hi"); getch(); }
-
1 2 3 4 5 6 7 8 9
int main() { string s=Stdio.stdin->gets(); while (s!="42") { write(s+"\n"); s=Stdio.stdin->gets(); } int x=43789564379856437895637924564305; write("{%d}\n",x*x*x*x*x*x*x*x);
...
-
1 2 3 4 5 6 7 8 9
int main() { string s=Stdio.stdin->gets(); while (s!="42") { write(s+"\n"); s=Stdio.stdin->gets(); } int x=43789564379856437895637924564305; write(x*x*x*x*x*x*x*x);
...
-
1 2 3 4 5 6 7 8 9
int main() { string s=Stdio.stdin->gets(); while (s!="42") { write(s+"\n"); s=Stdio.stdin->gets(); } int x=1037845643705624305724309572430895; wrote(x*x*x*x*x*x*x);
...
-
1 2 3 4 5 6 7 8 9
int main() { string s=Stdio.stdin->gets(); while (s!="42") { write(s+"\n"); s=Stdio.stdin->gets(); } int x=1000000000000000000000; write("%d",x);
...
-
1 2 3 4 5 6 7 8 9
int main() { string s=Stdio.stdin->gets(); while (s!="42") { write(s+"\n"); s=Stdio.stdin->gets(); } int x=1000000000000000000000; write(x);
...
-
1 2 3 4 5 6 7 8 9
int main() { string s=Stdio.stdin->gets(); while (s!="42") { write(s+"\n"); s=Stdio.stdin->gets(); } int x=1000000000000000000000; wrote(x);
...
-
1 2 3 4 5 6 7 8
int main() { string s=Stdio.stdin->gets(); while (s!="42") { write(s+"\n"); s=Stdio.stdin->gets(); } return 0; }
-
1
-
1 2 3 4 5 6 7 8
int main() { string s=Stdio.stdin->gets(); while (s!="42") { write(s+"\n"); s=Stdio.stdin->gets(); } return 0; }
-
1 2 3 4
int main() { write("Hola Mundo!\n"); return 0; }
-
1 2 3 4
int main() { write("Hello world!\n"); return 0; }
-
1 2 3 4 5 6 7 8
import String; int main(){ write(int2roman(2009) + "\n"); write(roman2int("MM") + "\n"); write(int2roman(1666) + "\n"); write(int2roman(1337) + "\n"); }
-
1 2 3 4 5 6 7 8
import String; int main(){ write(int2roman(2009) + "\n"); write(roman2int(MM) + "\n"); write(int2roman(1666) + "\n"); write(int2roman(1337) + "\n"); }
-
1 2 3 4 5 6 7
import String; int main(){ write(int2roman(2009) + "\n"); write(int2roman(1666) + "\n"); write(int2roman(1337) + "\n"); }
-
1 2 3 4 5 6 7 8
int main() { string s=Stdio.stdin->gets(); while (s!="42") { write(s+"\n"); s=Stdio.stdin->gets(); } return 0; }
-
1 2 3 4 5 6 7 8
int main() { string s=Stdio.stdin->gets(); while (s!="42") { write(s+"\n"); s=Stdio.stdin->gets(); } return 0; }
-
1 2
$x = 5; echo $x;
-
1 2 3 4 5 6 7 8 9
program prostokaty; var x1,y1,x2,y2,a1,b1,a2,b2 : integer; begin writeln('x1'); read(x1); writeln('y1'); read(y1); writeln('x2');
...
-
1 2 3 4 5 6 7 8
/* * sqMatrix.java * * Created on February 13, 2010, 12:58 PM * * To change this template, choose Tools | Template Manager * and open the template in the editor. */
...
-
1 2 3 4 5 6 7 8
/* * sqMatrix.java * * Created on February 13, 2010, 12:58 PM * * To change this template, choose Tools | Template Manager * and open the template in the editor. */
...
-
1 2 3 4 5 6 7 8 9
program PP; var a, b, c, d: Real; var e, f, g, h: Real; var Pole1, Pole2, Pole powierzchni sumy prostokatow:Real; begin WriteLn('Podaj a='); ReadLn(a); WriteLn('Podaj b=');
...
