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
class TestDays { public static void main(String[] args) { new Eggs().go(); } } class Eggs { int doX(Long x, Long y) { return 1; } int doX(long... x) { return 2; } int doX(Integer x, Integer y) { return 3; }
...
-
1 2 3 4
for(int i = 0; i < 150; i++) { Console.WriteLine("Shut up!"); }
-
1 2 3 4 5 6 7 8 9
public class TestDays { public static void main(String[] args) { new Eggs().go(); } } class Eggs { int doX(Long x, Long y) { return 1; } int doX(long... x) { return 2; } int doX(Integer x, Integer y) { return 3; }
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cstdio> #include <cstring> #include <string.h> #include <algorithm> using namespace std; int k,dem; char s[51],p[51];
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> //http://www.dep.ufmg.br/professores/miranda/Inalgol/Listas.pdf struct lista { int info; struct lista*prox;}; typedef struct lista Lista; Lista* inicializa(){ return NULL;}
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main () { int tmp=1,N,i; scanf ("%d",&N); for (int i=2;i<=N;i++) tmp=tmp^i; printf("%d",tmp); return 0; }
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main () { int tmp=1,N,i; scanf ("%d",&N); for (int i=2;i<=N;i++) tmp=tmp^i; printf("%d",tmp); return 0; }
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main () { int tmp=1,N,i; scanf ("%d",&N); for (int i=2;i<=N;i++) tmp=tmp^i; printf("%d",tmp); return 0; }
-
1 2 3 4 5 6 7 8 9
#include "pilha.h" /* Cria uma nova pilha */ Pilha * Pilha_nova(){ Pilha *nova = (Pilha *) calloc(1, sizeof(Pilha)); if (!nova){ printf("Pilha_nova: nao foi possivel alocar espaco para uma nova pilha. "); exit(1);
...
-
1 2 3 4 5 6 7 8 9
#include <string> #include <fstream> #include <iostream> #include <iomanip> using namespace std;
...
-
1 2 3 4 5 6 7 8 9
This is a script that will allow you to log in to school loop, without having to type your username and password each time. Instructions: For set-up: c/p the script into NOTEPAD or some other TEXT-EDITING tool. Replace INSERT USERNAME with your username, but leave the ''. Replace INSERT PASSWORD with your password, but leave the ''. Create a Bookmark of ANY WEBSITE in your browser that you can easily access. This will take you to the school loop login and log you in when clicked. For example, if you are using Firefox, drag this tab to the Bookmark row, so it says Ideone.com | ...
...
-
1
bsf porta1
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> int main(int argc, char *argv[]) { int vet[20],x,soma; for(x=0;x<20;x++) { printf("Digite o %d numero:",x);
...
-
1 2 3 4 5 6 7 8 9
This is a script that will allow you to log in to school loop, without having to type your username and password each time. Instructions: For set-up: c/p the script into NOTEPAD or some other TEXT-EDITING tool. Replace INSERT USERNAME with your username, but leave the ''. Replace INSERT PASSWORD with your password, but leave the ''. Create a Bookmark of ANY WEBSITE in your browser that you can easily access. This will take you to the school loop login and log you in when clicked. For example, if you are using Firefox, drag this tab to the Bookmark row, so it says Ideone.com | ...
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> //http://www.dep.ufmg.br/professores/miranda/Inalgol/Listas.pdf struct lista { int info; struct lista*prox;}; typedef struct lista Lista; Lista* inicializa(){ return NULL;}
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> //http://www.dep.ufmg.br/professores/miranda/Inalgol/Listas.pdf struct lista { int info; struct lista*prox;}; typedef struct lista Lista; Lista* inicializa(){ return NULL;}
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> //http://www.dep.ufmg.br/professores/miranda/InAlgol/Listas.pdf struct lista { int info; struct lista* prox;}; typedef struct lista Lista; Lista* inicializa (){ return NULL;} Lista* insere (Lista* l, int i){
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> //http://www.dep.ufmg.br/professores/miranda/Inalgol/Listas.pdf struct lista { int info; struct lista*prox;}; typedef struct lista Lista; Lista* inicializa(){ return NULL;}
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> //http://www.dep.ufmg.br/professores/miranda/Inalgol/Listas.pdf struct lista { int info; struct lista*prox;}; typedef struct lista Lista; Lista* inicializa(){ return NULL;}
...
-
1 2 3 4 5 6 7 8 9
Instructions: For set-up: c/p the script into NOTEPAD or some other TEXT-EDITING tool. Replace INSERT USERNAME with your username, but leave the ''. Replace INSERT PASSWORD with your password, but leave the ''. Create a Bookmark of ANY WEBSITE in your browser that you can easily access. This will take you to the school loop login and log you in when clicked. For example, if you are using Firefox, drag this tab to the Bookmark row, so it says Ideone.com | ... Edit the bookmark you just created. In firefox, right click it if it's in your bookmark bar and select edit, or go to Bookmarks -> Organize Bookmarks Replace the Location (it will be a url) with the script.
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> //http://www.dep.ufmg.br/professores/miranda/InAlgol/Listas.pdf struct lista { int info; struct lista* prox;}; typedef struct lista Lista; Lista* inicializa (){ return NULL;} Lista* insere (Lista* l, int i){
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> //http://www.dep.ufmg.br/professores/miranda/Inalgol/Listas.pdf struct lista { int info; struct lista*prox;}; typedef struct lista Lista; Lista* inicializa(){ return NULL;}
...
-
1 2 3 4 5 6 7 8 9
//#define useStdin //comment out to use the local file //#define DEBUG #ifndef useStdin //#include "stdafx.h"// #endif
...
-
1 2 3 4 5 6 7 8 9
Instructions: For set-up: c/p the script into NOTEPAD or some other TEXT-EDITING tool. Replace INSERT USERNAME with your username, but leave the ''. Replace INSERT PASSWORD with your password, but leave the ''. Create a Bookmark of ANY WEBSITE in your browser that you can easily access. This will take you to the school loop login and log you in when clicked. For example, if you are using Firefox, drag this tab to the Bookmark row, so it says Ideone.com | ... Edit the bookmark you just created. In firefox, right click it if it's in your bookmark bar and select edit, or go to Bookmarks -> Organize Bookmarks Replace the Location (it will be a url) with the script.
...
-
1 2 3
System.out.println("tada");
-
1 2 3 4
public static void main() { System.out.println("tada"); }
-
1 2 3 4 5 6 7
class M { public static void main() { System.out.println("tada"); } }
-
1 2 3 4 5 6 7 8 9
using namespace std; #include<iostream> int main() { cout<<" harshit kapoor "; return 1;
...
-
1 2 3 4 5 6 7 8 9
using namespace std; #include<iostream> int main() { cout<<" harshit kapoor "; return 1;
...
-
1 2 3 4 5 6 7 8 9
using namespace std; #include<iostream> int main() { cout<<" harshit kapoor "; delay(10000); return 1;
...
