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 15 //RADIX == 10^LOG #define LOG 1 #define RADIX 10 typedef Uint Liczba[N+1];
...
-
1 2 3 4 5 6 7 8 9
# define max 1000 char arr[max]; void subtract(char *a1,char *b1) { int l1,l2; char temp[max],a[max],b[max]; int c=0,sub=0,m=0; int i,j,k=0;
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<stdlib.h> long long int n,m,t,d,total=0,dra=0,tmp=0,i,j,bad[99999999]={0}; int main () { scanf("%lld%lld%lld",&n,&t,&m); for(i=1;i<=m;i++){ printf("%lld\n",&tmp); bad[tmp]=1; }
...
-
1 2 3 4 5 6 7 8 9
# define max 1000 char arr[max]; void subtract(char *a1,char *b1) { int l1,l2; char temp[max],a[max],b[max]; int c=0,sub=0,m=0; int i,j,k=0;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { double exponente; double suma; double total;
...
-
1 2 3 4
n = int(input()) while n != 42: print(n) n = int(input())
-
1 2 3 4 5 6 7 8 9
# define max 1000 char arr[max]; void subtract(char *a1,char *b1) { int l1,l2; char temp[max],a[max],b[max]; int c=0,sub=0,m=0; int i,j,k=0;
...
-
1 2 3 4 5 6 7 8 9
import java.io.*; public class Main { public static void main (String[]args)throws Exception{ BufferedReader read = new BufferedReader(new InputStreamReader(System.in)); int cases = Integer.parseInt(read.readLine()),i=0; int sum=0,a,b,positionA=0,positionB=0,g=0,c=1,couples; String[] []A= new String [1][]; String[] []B= new String [1][];
...
-
1 2 3 4 5 6 7 8 9
import java.util.Arrays; import java.io.*; public class Main { public static void main (String[]args)throws Exception{ BufferedReader read = new BufferedReader(new InputStreamReader(System.in));
...
-
1 2 3 4 5 6 7 8 9
# define max 1000 char arr[max]; void subtract(char *a1,char *b1) { int l1,l2; char temp[max],a[max],b[max]; int c=0,sub=0,m=0; int i,j,k=0;
...
-
1 2 3 4 5 6 7 8 9
# define max 1000 char arr[max]; void subtract(char *a1,char *b1) { int l1,l2; char temp[max],a[max],b[max]; int c=0,sub=0,m=0; int i,j,k=0;
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> typedef unsigned int Uint; #define N 100 #define DP 15 //RADIX == 10^LOG #define LOG 1 #define RADIX 10 typedef Uint Liczba[N+1];
...
-
1 2 3 4 5 6 7 8 9
#include <unistd.h> #include <signal.h> int main(void) { alarm(1); while(true); return 0; }
-
1 2 3 4 5 6 7 8 9
#include <unistd.h> #include <signal.h> int main(void) { alarm(1); while(true); return 0;
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> typedef unsigned int Uint; #define N 100 #define DP 15 //RADIX == 10^LOG #define LOG 1 #define RADIX 10 typedef Uint Liczba[N+1];
...
-
1 2 3 4 5 6 7 8 9
import java.util.Arrays; import java.io.*; public class Main { public static void main (String[]args)throws Exception{ BufferedReader read = new BufferedReader(new InputStreamReader(System.in));
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> typedef unsigned int Uint; #define N 100 #define DP 15 //RADIX == 10^LOG #define LOG 1 #define RADIX 10 typedef Uint Liczba[N+1];
...
-
1 2 3 4 5 6 7 8 9
# define max 1000 char arr[max]; void subtract(char *a1,char *b1) { int l1,l2; char temp[max],a[max],b[max]; int c=0,sub=0,m=0; int i,j,k=0;
...
-
1 2 3 4 5 6 7 8 9
# define max 1000 char arr[max]; void subtract(char *a1,char *b1) { int l1,l2; char temp[max],a[max],b[max]; int c=0,sub=0,m=0; int i,j,k=0;
...
-
1 2 3 4 5 6 7 8
#include <signal.h> int main(void) { alarm(1); while(true); return 0; }
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<ctype.h> int main() { unsigned int t; scanf("%d",&t); char string[100000],str[100000]; int i,j;
...
-
1 2 3 4 5
n=int(input()) b=2 for i in range(1,n): b=b*10+2 print (int(b*b))
-
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[] eloNumbers = {500, 750, 1000, 1250, 1500};
...
-
1 2 3 4 5 6 7 8 9
# define max 1000 char arr[max]; void subtract(char *a1,char *b1) { int l1,l2; char temp[max],a[max],b[max]; int c=0,sub=0,m=0; int i,j,k=0;
...
-
1 2 3 4 5 6 7 8 9
import java.io.*; public class Main { public static void main (String[]args)throws Exception{ BufferedReader read = new BufferedReader(new InputStreamReader(System.in)); int cases = Integer.parseInt(read.readLine()),i=0; int sum=0,a,b,positionA=0,positionB=0,g=0,c=1,couples; String[] []A= new String [1][]; String[] []B= new String [1][];
...
-
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[] eloNumbers = {500, 750, 1000, 1250, 1500};
...
-
1 2 3 4 5
n=int(input()) b=2 for i in range(2,n): b=b*10+2 print (int(b))
-
1 2 3 4 5 6 7 8 9
import java.util.Arrays; import java.util.*; public class Main { public static void main (String[]args)throws Exception{ Scanner sc = new Scanner (System.in); int []A;int []B;
...
-
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[] eloNumbers = {500, 750, 1000, 1250, 1500};
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <signal.h> #include <unistd.h> int main(void) { alarm(1); return 0;


