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
- Common Lisp (clisp)
- D (dmd)
- Erlang
- Forth
- Fortran
- Go
- Haskell
- Icon
- Intercal
- Java
- JavaScript (rhino)
- JavaScript (spidermonkey)
- Lua
- Nemerle
- Nice
- Ocaml
- Pascal (fpc)
- Pascal (gpc)
- Perl
- PHP
- Pike
- Prolog (gnu)
- Prolog (swi)
- Python
- Python3
- R
- Ruby
- Scala
- Scheme (guile)
- Smalltalk
- Tcl
- Text
- Unlambda
- Visual Basic .NET
- Whitespace
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main (int argc, char** argv) { int i = 50, j = 0; printf("Hello World!"); for(j= 0; j < 10; j++){ printf("\n%d", i+j);
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main (int argc, char** argv) { int i = 50, j = 0; printf("Hello World!"); for(j= 0; j < 10; j++){ printf("%d", i+j);
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main (int argc, char** argv) { int i = 0; printf("Hello World!"); for(j= 0; j < 10; j++){ printf("%d", i+j);
...
-
1 2 3 4 5
public class Test{ public static void main(String args[]) { System.out.println("Hello compiler"); } }
-
1 2 3 4 5 6 7 8 9
from sys import stdin for input in stdin: liczba=int(input) wynik=liczba while liczba>1: #if liczba%2==0: #while liczba%2==0: # #print liczba,'<',2
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main (int argc, char** argv) { int i = 0; printf("Hello World!"); for(j= 0; j < 10; j++){ printf("%d", i+j);
...
-
1 2 3 4 5 6 7 8 9
from sys import stdin for input in stdin: liczba=int(input) wynik=liczba while liczba>1: #if liczba%2==0: #while liczba%2==0: # #print liczba,'<',2
...
-
1 2 3 4 5 6 7
public class Test { public static void main(String[] args) { System.out.println("Hello online compiler"); } }
-
1 2 3
int i = 10; printf("%d", i = i + j);
-
1 2 3
int i = 10; printf("%d", i = i + j);
-
1 2 3 4 5
int i = 10; for(j = 0; j < 30; j++){ i = i + j; }
-
1 2 3 4 5
int i = 10; for(j = 0; j < 30; j++){ cout << i + j; }
-
1 2 3 4 5 6 7 8 9
from sys import stdin for input in stdin: liczba=int(input) wynik=liczba while liczba>1: if liczba%2==0: while liczba%2==0: #print liczba,'<',2
...
-
1 2 3 4 5 6 7 8 9
from sys import stdin for input in stdin: liczba=int(input) wynik=liczba while liczba>1: if liczba%2==0: while liczba%2==0: #print liczba,'<',2
...
-
1 2 3 4 5 6 7 8 9
class CompareString { public static void main(String[] args) { new ComapreString().run(); } public void run() { String x = "satyam"; String y = "satyam"; // Assuming CompareString() uses a String constant, this prints true,true compare(x, y);
...
-
1 2 3 4 5 6 7 8 9
from sys import stdin for input in stdin: liczba=int(input) wynik=liczba while liczba>1: if liczba%2==0: while liczba%2==0: #print liczba,'<',2
...
-
1 2 3 4 5 6 7 8
#include <iostream> #include <vector> #include <string> #include <algorithm> #define UINT unsigned int using namespace std;
...
-
1 2 3 4 5 6 7 8
#include <iostream> #include <vector> #include <string> #include <algorithm> #define UINT unsigned int using namespace std;
...
-
1 2 3 4 5 6 7 8
#include <iostream> #include <vector> #include <string> #include <algorithm> #define UINT unsigned int using namespace std;
...
-
1 2 3 4 5 6 7 8 9
public class CompareString { public static void main(String[] args) { new ComapreString().run(); } public void run() { String x = "satyam"; String y = "satyam"; // Assuming CompareString() uses a String constant, this prints true,true compare(x, y);
...
-
1 2 3 4 5 6 7 8 9
from sys import stdin for input in stdin: liczba=int(input) wynik=liczba while liczba>1: if liczba%2==0: while liczba%2==0: #print liczba,'<',2
...
-
1 2 3 4 5 6 7 8
#include <iostream> #include <vector> #include <string> #include <algorithm> #define UINT unsigned int using namespace std;
...
-
1 2 3
a=6 print a>>1 print a
-
1
print 6<<1
-
1 2 3
while (true) println("bu");
-
1 2 3 4 5 6 7 8 9
1. class Car{ 2. int gear; 3. int speed; 4. void increasegear() { 5. if(gear<=3) 6. gear++; 7. } 8. void decreasegear() { 9. if(gear!=0)
...
-
1 2 3 4 5 6 7 8 9
from sys import stdin for input in stdin: liczba=int(input) wynik=liczba while liczba>1: if liczba%2==0: while liczba%2==0: #print liczba,'<',2
...
-
1
-
1 2 3 4 5 6 7 8 9
from sys import stdin for input in stdin: liczba=int(input) wynik=liczba while liczba>1: if liczba%2==0: while liczba%2==0: print liczba,'<',2
...
-
1 2 3 4 5 6 7 8 9
from sys import stdin for input in stdin: liczba=int(input) wynik=liczba while liczba>1: if liczba%2==0: while liczba%2==0: print liczba,'<',2
...
