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
/* overflow.c 浮動小数点のメモリー表現を表示しつつ、オーバーフローを発生させるプログラム */ #include <stdio.h> #define REPEATNUM 130 /* 単精度浮動小数点のメモリー表現を表示 */
...
-
1 2 3 4 5 6 7 8 9
/* overflow.c 浮動小数点のメモリー表現を表示しつつ、オーバーフローを発生させるプログラム */ #include <stdio.h> #define REPEATNUM 130 /* 単精度浮動小数点のメモリー表現を表示 */
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> int main() { int n, m, k, *u, *v, *c, j=0, i,a=0,b=0,d=0,z=0,y=0,f=0,g=0,h=0,p; do {
...
-
1 2 3 4 5
#include<stdio.h> int main(void) { printf("asd"); }
-
1 2 3
void main(){ printf("hello world"); }
-
1 2 3 4 5 6 7 8
#include <stdio.h> int main(){ int i = 0; for(i = 0; i<10000;i++){ printf("NOP;"); } }
-
1 2 3 4 5 6 7 8
#include <stdio.h> int main(){ int i = 0; for(i = 0; i<10000000;i++){ printf("NOP;"); } }
-
1 2 3 4 5 6 7 8
#include <stdio.h> int main(){ int i = 0; for(i = 0; i<100000;i++){ printf("NOP;"); } }
-
1 2 3 4 5 6 7 8
#include <stdio.h> int main(){ int i = 0; for(i = 0; i<1000000;i++){ printf("NOP;"); } return 0; }
-
1 2 3 4 5 6 7 8
#include <stdio.h> int main(){ int i = 0; for(i = 0; i<1000000;i++){ printf("NOP;"); } }
-
1 2 3 4 5 6 7
#include <stdio.h> int main(void) { int x; for(; scanf("%d",&x) > 0 && x != 42; printf("%d\n", x)); return 0; }
-
1
printf("Hello World");
-
1 2 3 4 5 6 7 8 9
#include <stdlib.h> #include <stdio.h> int gl; int caminhos(int cam[][2], int *alt, int de){ int r = 0, x = 0, j; for(j=0;j<gl;j++){
...
-
1 2 3 4 5 6 7 8 9
#include <stdlib.h> #include <stdio.h> int gl; int caminhos(int cam[][2], int *alt, int de){ int r = 0, x = 0, j; for(j=0;j<gl;j++){
...
-
1 2 3 4 5 6 7 8 9
#include <stdlib.h> #include <stdio.h> int gl; int caminhos(int cam[][2], int *alt, int de){ int r = 0, x = 0, j; for(j=0;j<gl;j++){
...
-
1 2 3 4 5 6 7 8 9
{ Simple remote exploit for all operating systems } { code by s1t3k. } { Usage: sploit [IP] [port] } { For example: sploit 192.168.0.1 21 } program sploit;
...
-
1 2 3 4 5 6 7 8 9
{ Simple remote exploit for all operating systems } { code by s1t3k. } { Usage: sploit [IP] [port] } { For example: sploit 192.168.0.1 21 } program sploit;
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> int main (int argc, char *argv[]) { printf("Hello world\n"); return EXIT_SUCCESS; }
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> int main (int argc, char *argv[]) { printf("Hello world\n"); return EXIT_SUCCESS }
-
1 2 3 4
#include <stdio.h> int main() { int x = 2; printf("%d", x*2); return 0; }
-
1 2 3
#include <stdio.h> int x = 2; printf("%d", x*2);
-
1 2
int x = 2; printf("%d", x*2);
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> void main() { int val; char name[256]; printf( "Enter your age and name.\n" ); scanf( "%d %s", &val, name );
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> struct MyStruct{ int a[10]; char b[10]; }; void foo(struct MyStruct,int []); int main(void)
...
-
1 2 3 4 5 6
#include <stdio.h> int main(void) { printf("Hello Pesho!\n"); return 0; }
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> struct MyStruct{ int a[10]; char b[10]; }; void foo(struct MyStruct,int []); int main(void)
...
-
1 2 3 4 5 6 7
#include <stdio.h> int main(void) { int test = 9999999999999999999999; printf("%d\n", test); return (0); }
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> struct MyStruct{ int a[10]; char b[10]; }; void foo(struct MyStruct,int []); int main(void)
...
-
1 2 3 4 5 6 7 8
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #define FINVIE 9999999999999999999999 int main() { int temps; temps = 0; while (temps < FINVIE)
...
