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
#include <stdio.h> #include <stdlib.h> #include <time.h> /* DECLARAÇÃO DAS DIMENSÕES DOS VETORES A ORDENAR */ const unsigned int TAMANHO_V1 = 1000; const unsigned int TAMANHO_V2 = 50000; const unsigned long int TAMANHO_V3 = 1000000;
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> #include <stdlib.h> #include <time.h> /* DECLARAÇÃO DAS DIMENSÕES DOS VETORES A ORDENAR */ const unsigned int TAMANHO_V1 = 1000; const unsigned int TAMANHO_V2 = 50000; const unsigned long int TAMANHO_V3 = 1000000;
...
-
1 2 3 4 5 6 7 8 9
identification division. program-id. Laco. author. DTS Latin America Software. * data division. working-storage section. 01 DataSistema. 10 AnoSistema pic 9(004) value zeros. 10 MesSistema pic 9(002) value zeros.
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> #include <stdlib.h> #include <time.h> /* DECLARAÇÃO DAS DIMENSÕES DOS VETORES A ORDENAR */ const unsigned int TAMANHO_V1 = 1000; const unsigned int TAMANHO_V2 = 50000; const unsigned long int TAMANHO_V3 = 1000000;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int tests; //number of tests :) cin >> tests; while( tests > 0) {
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> #include <stdlib.h> #include <time.h> /* DECLARAÇÃO DAS DIMENSÕES DOS VETORES A ORDENAR */ const unsigned int TAMANHO_V1 = 1000; const unsigned int TAMANHO_V2 = 50000; const unsigned long int TAMANHO_V3 = 1000000;
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> #include <stdlib.h> #include <time.h> /* DECLARAÇÃO DAS DIMENSÕES DOS VETORES A ORDENAR */ const unsigned int TAMANHO_V1 = 1000; const unsigned int TAMANHO_V2 = 50000; const unsigned long int TAMANHO_V3 = 1000000;
...
-
1 2 3 4 5 6 7 8 9
identification division. program-id. Laco. author. DTS Latin America Software. * data division. working-storage section. 01 DataSistema.
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int tests; //number of tests :) cin >> tests; while( tests > 0) {
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> #include <stdlib.h> #include <time.h> /* DECLARAÇÃO DAS DIMENSÕES DOS VETORES A ORDENAR */ const unsigned int TAMANHO_V1 = 1000; const unsigned int TAMANHO_V2 = 50000; const unsigned long int TAMANHO_V3 = 1000000;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <math.h> using namespace std; int main() { unsigned long long x; int n, p, t, wynik;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int tests; //number of tests :) cin >> tests; while( tests > 0) {
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int tests; //number of tests :) cin >> tests; while( tests > 0) {
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { long start=600851475143; long factor=start; for (long a=2; a<=factor; a++){
...
-
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> #include <math.h> using namespace std; int main() { int x, n, p, t, wynik; cin >> t;
...
-
1 2 3 4 5 6 7 8 9
++++++++++ [ >+++++++>++++++++++>+++<<<- ] >+++++++++++++. ---. -. -----. >>++.
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int tests; //number of tests :) cin >> tests; while( tests > 0) {
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <math.h> using namespace std; int main() { int x, n, p, t, wynik; cin >> t;
...
-
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 tests; //number of tests :) cin >> tests; while( tests > 0) {
...
-
1 2 3 4 5 6 7 8
Identification DIVISION. PROGRAM-ID. Estudo. * ENVIRONMENT DIVISION. * DATA DIVISION. WORKING-STORAGE SECTION.
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> #include <time.h> #include <conio.h> /* DECLARAÇÃO DAS DIMENSÕES DOS VETORES A ORDENAR */ const unsigned int TAMANHO_V1 = 1000; const unsigned int TAMANHO_V2 = 50000; const unsigned long int TAMANHO_V3 = 1000000;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { unsigned long long int start=600851475143; unsigned long long int factor=start; for (unsigned long long int a=2; a<=factor; a++){
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <math.h> using namespace std; int main() { int x, n, p, t, wynik; cin >> t;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <math.h> using namespace std; int main() { int x, n, p, t, wynik; cin >> t;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { float start=600851475143; float factor=start; for (float a=2; a<=factor; a++){
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { float start=600851475143; float factor=start; for (int a=2; a<=factor; a++){
...
-
1 2 3 4 5 6 7 8
IDENTIFICATION DIVISION. PROGRAM-ID. Estudo. * ENVIRONMENT DIVISION. * DATA DIVISION. WORKING-STORAGE SECTION.
...
-
1 2 3 4 5 6 7 8
IDENTIFICATION DIVISION. PROGRAM-ID. Estudo. * ENVIRONMENT DIVISION. * DATA DIVISION. working-storage section.
...
