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 7 8 9
#include <stdio.h> typedef unsigned int Uint; #define N 100 #define DP 1 //RADIX == 10^LOG #define LOG 1 #define RADIX 10 typedef Uint Liczba[N+1];
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> typedef unsigned int Uint; #define N 100 #define DP 1 //RADIX == 10^LOG #define LOG 1 #define RADIX 10 typedef Uint Liczba[N+1];
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> typedef unsigned int Uint; #define N 100 #define DP 1 //RADIX == 10^LOG #define LOG 1 #define RADIX 10 typedef Uint Liczba[N+1];
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> typedef unsigned int Uint; #define N 100 #define DP 1 //RADIX == 10^LOG #define LOG 1 #define RADIX 10 typedef Uint Liczba[N+1];
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> typedef unsigned int Uint; #define N 100 #define DP 1 //RADIX == 10^LOG #define LOG 1 #define RADIX 10 typedef Uint Liczba[N+1];
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> typedef unsigned int Uint; #define N 100 #define DP 1 //RADIX == 10^LOG #define LOG 1 #define RADIX 10 typedef Uint Liczba[N+1];
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> typedef unsigned int Uint; #define N 100 #define DP 1 //RADIX == 10^LOG #define LOG 1 #define RADIX 10 typedef Uint Liczba[N+1];
...
-
1 2 3 4 5 6
#include <stdio.h> int main(int argc, char* argv[puts("Hello, World!")]) { }
-
1 2 3 4 5 6
#include <stdio.h> int main(int argc, char* argv[puts("Hello, World!")] { }
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<math.h> #include<iostream> #include<algorithm> using namespace std; __int64 s[10009]; int main() {
...
-
1 2 3 4 5 6 7 8 9
enum UM_DEVICES { CPU, GPU }; #include <stdio.h> int main() {
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cstdlib> using namespace std; int main () { int w,k,x=0,y=0; cout<<"Podaj ilosc wierszy: "<<endl; cin>>w;
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> void reverse(int* a,int i,int j) { if(i==j) return; int index,temp=0; int mid=(j-i+1)/2; for(index=0;index<mid;index++,i++,j--) { temp=*(a+i);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> void reverse(int* a,int i,int j) { if(i==j) return; int index,temp=0; int mid=(j-i+1)/2; for(index=0;index<mid;index++,i++,j--) { temp=*(a+i);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> void reverse(int* a,int i,int j) { if(i==j) return; int index,temp=0; int mid=(j-i+1)/2; for(index=0;index<mid;index++,i++,j--) { temp=*(a+i);
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <string.h> int main(void) { char part1[8], part2[8], part3[8]; const char *new = " 137411365101 0.93\n"; /* the line read */ strncpy(part1, new, 7); part1[7] = 0; strncpy(part2, new+7, 7); part2[7] = 0;
...
-
1 2 3 4 5 6 7
#include <stdio.h> void main(void) {printf("#include <stdio.h> void main(void) {printf(\"%s\", \"%s\");}", "#include <stdio.h> void main(void) {printf(\"%s\", \"%s\");}");}
-
1 2 3
int main(int, char **) { return 0; }
-
1 2 3 4 5 6 7
#include <stdio.h> int main(void) { printf("Hello World\n"); return 0; }
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main(void) { return 0; }
...
-
1 2 3 4 5 6
#include <stdio.h> enum {MAX_DATA_SIZE = (unsigned char)(~0) * sizeof(long)}; int main(void) { return 0; }
-
1 2 3 4 5 6
#include <stdio.h> enum {MAX_DATA_SIZE = (unsigned char)(~0) * sizeof(long);}; int main(void) { return 0; }
-
1 2 3 4 5 6
#include <stdio.h> enum {MAX_DATA_SIZE = unsigned char(~0) * sizeof(long);}; int main(void) { return 0; }
-
1 2 3 4 5 6
#include <stdio.h> int main(void) { printf("Hello, World!\n"); return 0; }
-
1 2 3 4 5 6
#include<stdio.h> int main() { printf("%d",42); }
-
1 2 3 4 5 6
#include<cstdio> int main() { printf("%d",42); }
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() {int n,x,a[10],i,j,k,temp,flag; k=1; while(k) {for(j=0;j<10;++j) a[j]=0; flag=0; temp=k;
...
-
1 2 3 4 5 6
#include <stdio.h> int main(void) { for(int i=0; i<5; ++i) printf("%d\n", i); return 0; }
-
1
print "Kode Multus"
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<string.h> int main() { int i,j,flag=1; char str[50]; scanf("%s",str); for(i=0,j=strlen(str)-1;i<j;i++,j--) {
...


