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
import java.util.*; import java.io.*; public class Main { public static void main (String[]args){ Scanner read = new Scanner(System.in); long []Primes=new long [5000001]; int sum =0,i=0,c;
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<string.h> int main() { int t,j; scanf("%d",&t); for(j=0;j<t;j++) { int nummoves = 0; int i,n;
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int n,c,t=0; scanf("%d",&n); c=n&~7; printf("%d",c); /*if(c) printf("divisible");
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <string.h> using namespace std; class A { private: int a; int b;
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<stdlib.h> int a,b,c,d,total=0,dra=0,tmp=0,i; int main () { scanf("%d%d%d%d%d",&a,&b,&c,&d,&total); dra+=total/a; dra+=total/b; dra+=total/c; dra+=total/d;
...
-
1 2 3 4 5 6 7 8 9
public class CalDifference{ public static void main(String[] k){ int n, sumOfSq, sqOfSums, diff; int[] num; int[] numSq; Scanner sc = new Scanner(System.in);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<math.h> int main(){ int i,j,l,a,k,rev=0,t,r[7]; scanf("%d\n",&t); i=0; while(i<t) { scanf("%d\n",&k); if(k<=1000000)
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<math.h> int main(){ int i,j,l,a,k,rev=0,t,r[7]; scanf("%d\n",&t); i=0; while(i<t) { scanf("%d\n",&k); if(k<=1000000)
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<stdio.h> #include<string> using namespace std; void solve(); int main() {
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<ctype.h> int main() { int n=2; int sum=0; showbit(2); return 0;
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<ctype.h> int main() { int n=2; int sum=0; showbit(2); return 0;
-
1 2 3 4 5 6 7 8 9
from itertools import * r = 200 p = [1,2,5,10,20,50,100,200] n = 0 def t(s,pc): if pc>=len(p): return for i in count(0): l = s+i*p[pc]
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int n=2; int sum=0; showbit(2); return 0; }
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<string.h> char str[20000]; int extract(int a) { int len=0; while(str[a]!=' ') len++; return len; }
...
-
1 2 3 4 5 6 7 8 9
class supcon1 { private int a,b; supcon1(supcon1 sobj) { System.out.println("Base class constructor with object"); a=sobj.a; b=sobj.b; }
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<stdio.h> #include<string> using namespace std; void solve(); int main() {
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<math.h> int main(){ int i,j,l,a,k,rev=0,t,r[7]; scanf("%d\n",&t); i=0; while(i<t) { scanf("%d\n",&k); if(k<=1000000)
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int n=2; int sum=0; sum=sum+(~0&~(~0<<n)); return 0; }
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<math.h> int main(){ int i,j,l,a,k,rev=0,t,r[7]; scanf("%d\n",&t); i=0; while(i<t)A { scanf("%d\n",&k); if(k<=1000000)
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<stdio.h> #include<string> using namespace std; void solve(); int main() {
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int n=2; int sum=0; sum=sum+(~0&~(~0<<n)); }
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<stdio.h> #include<string> using namespace std; void solve(); int main() {
...
-
1 2 3 4 5 6 7 8 9
import java.util.*; import java.lang.*; class Main { public static void main (String[] args) throws java.lang.Exception { int a; int b = (a = 5) + (a = 6); System.out.println(a);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int marks,s; float n; scanf("%d",&marks); n=marks/10; s=n+1; switch(s)
...
-
1 2 3 4 5 6 7 8 9
import java.util.*; import java.io.*; public class Main { public static void main (String[]args){ Scanner read = new Scanner(System.in); long []Primes=new long [5000001]; int sum =0,i=0,c;
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int marks,s; float n; scanf("%d",&marks); n=marks/10; s=n+1; switch(s)
...
-
1 2 3 4 5 6 7 8 9
public class CalDifference{ public static void main(String[] k){ int n, sumOfSq, sqOfSums, diff; int[] num; int[] numSq; Scanner sc = new Scanner(System.in);
...
-
1 2 3 4 5 6 7 8 9
<?php class LinkedListObject { public $previous; public $next; public $data; /* Initialization of linked list object */
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cstring> #include <algorithm> using namespace std; int c[6102][6102]; int lcs( char *x ) {
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> void Ps(int a[], int b[], int k, int l); int main(){ int a[] = {1, 2, 3, 4}; int b[] = {8, 9}; Ps(a, b, 4, 2); }
...


