Recent public codes are listed below. You can filter them by the following programming languages:
- view
- All
- Ada
- Assembler
- Assembler
- AWK (gawk)
- AWK (mawk)
- Bash
- bc
- Brainf**k
- C
- C#
- C++
- C++0x
- 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
- Objective-C
- Ocaml
- Oz
- Pascal (fpc)
- Pascal (gpc)
- Perl
- Perl 6
- PHP
- Pike
- Prolog (gnu)
- Prolog (swi)
- Python
- Python 3
- R
- Ruby
- Scala
- Scheme (guile)
- Smalltalk
- SQL
- Tcl
- Text
- Unlambda
- VB.NET
- Whitespace
-
1 2 3 4 5 6
int main() { printf("Hola, mundo."); return 0; }
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { //declare some variables... double value0 = 1; //transactions in memory big enough double value1 = 2; //to store a real number... double value2 = 3; //the word double represents a double value3 = 4; // real value (data type)...
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<string> #include<iomanip> #include<fstream> #include<stdlib.h> using namespace std; int main(){
...
-
1 2 3 4 5
int man () { return 0; }
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<string> #include<iomanip> #include<fstream> #include<stdlib.h> using namespace std; int main(){
...
-
1 2 3 4 5 6 7 8 9
//Yes I can #include <algorithm> #include <iostream> #include <cstring> #include <cassert> #include <cstdio> #include <vector> #include <cmath> #include <map>
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<string> #include<iomanip> #include<ifstream> #include<stdlib.h> using namespace std; int main(){
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main(void){ int y; printf("2002:2002");scanf("%d",&y); if(y<1930){printf("1930年以前には開催されていません。\n");return -1;} if((y-1930)%4==0){printf("開催年です。\n");} else printf("開催年ではありません。\n"); return 0; }
-
1 2 3 4
int main() { return 0; }
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<string> #include<iomanip> #include<iofstream> #include<stdlib.h> using namespace std; int main(){
...
-
1 2 3 4
int main() { return 0; }
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main(void){ int y; printf(":");scanf("%d",&y); if(y<1930){printf("1930年以前には開催されていません。\n");return -1;} if((y-1930)%4==0){printf("開催年です。\n");} else printf("開催年ではありません。\n"); return 0; }
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main(int argc, char *argv[]) { printf("Não pagua para ver ."); printf("Desenvolvido por: Gspacacieri") getchar(); return 0; }
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include<string> #include<vector> #include <cstdio> using namespace std; int main () { vector<int>v; int m,n,i,j,x=0,t,e,r,b,k;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { //declare some variables... double value0 = 1; //transactions in memory big enough double value1 = 2; //to store a real number... double value2 = 3; //the word double represents a double value3 = 4; // real value (data type)...
...
-
1 2 3 4 5 6 7 8 9
namespace N { struct B {}; struct C { static void foo1() {} }; } struct C { static void foo2() {} }; struct A: N::B
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main(void){ int y; printf("2002年:");scanf("%d",&y); if(y<1930){printf("1930年以前には開催されていません。\n");return -1;} if((y-1930)%4==0){printf("開催年です。\n");} else printf("開催年ではありません。\n"); return 0; }
-
1 2 3 4 5 6 7 8 9
// AloMundo.cpp // Um programa elementar. #include <iostream.h> int main() { cout << "ALo, Mundo!n"; cout << "Desenvolvido por: Gspacacierin"; return 0; }//Fim de main()
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main(void){ int y; printf("2000:");scanf("%d",&y); if(y<1930){printf("1930年以前には開催されていません。\n");return -1;} if((y-1930)%4==0){printf("開催年です。\n");} else printf("開催年ではありません。\n"); return 0; }
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main(void){ int y; printf("2002:");scanf("%d",&y); if(y<1930){printf("1930年以前には開催されていません。\n");return -1;} if((y-1930)%4==0){printf("開催年です。\n");} else printf("開催年ではありません。\n"); return 0; }
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main(void){ int y; printf("2010:");scanf("%d",&y); if(y<1930){printf("1930年以前には開催されていません。\n");return -1;} if((y-1930)%4==0){printf("開催年です。\n");} else printf("開催年ではありません。\n"); return 0; }
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main (void){ int i,testpass,test,element,loop=1; int max[101][2],a[10001]={}; scanf(" %d" ,&testpass); while(loop<=testpass) { max[loop][2]=0; scanf(" %d",&test);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main(void){ int y; printf("2000:");scanf("%d",&y); if(y<1930){printf("1930年以前には開催されていません。\n");return -1;} if((y-1930)%4==0){printf("開催年です。\n");} else printf("開催年ではありません。\n"); return 0; }
-
1 2 3 4 5 6 7 8 9
namespace N { struct B {}; struct C { static void foo1() {} }; } struct C { static void foo2() {} }; struct A: N::B
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<cmath> #include<algorithm> #include<vector> #include<stdio.h> using namespace std; struct Point{ //coordinates float x, y;
...
-
1 2 3 4 5 6 7 8 9
namespace N { struct B {}; struct C { static void foo1() {} }; } struct C { static void foo2() {} }; struct A: N::B
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main(void){ int y; printf("2002:");scanf("%d",&y); if(y<1930){printf("1930年以前には開催されていません。\n");return -1;} if((y-1930)%4==0){printf("開催年です。\n");} else printf("開催年ではありません。\n"); return 0; }
-
1 2 3 4 5 6 7 8 9
#include<cmath> #include<cstdio> #include<iostream> #include<climits> using namespace std; int BalancedPartition ( int a[] , int n ){ int sum = 0;
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main(void){ int i,n=0; for(i=1;i<=1000;i++){ if(i%(3*7)==0)n++; } printf("%d\n",n); return 0; }
-
1 2 3 4 5 6 7 8 9
#include<cmath> #include<cstdio> #include<iostream> #include<climits> using namespace std; int BalancedPartition ( int a[] , int n ){ int sum = 0;
...


