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<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 t,i; scanf("%d",&t); for(i=0;i<t;i++) { int j,n,num=0; scanf("%d",&n); int p[n];
...
-
1 2 3 4 5 6 7
#include<iostream> using namespace std; int main() { cout<<"greetings!"; return 0; }
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { cout << " YOU \a" <<endl; return 0; }
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main() { int t,i,count; char str[100005],str1[100000],j; scanf("%d",&t); while(t--) { scanf("%s",str);
...
-
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 t,i,count; char str[100005],str1[100000],j; scanf("%d",&t); while(t--) { scanf("%s",str);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> swap(a,b,c) c t;t=a;a=b;b=t; int main() { int g=1,h=2; swap(g,h,int); }
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main() { int t,i,count; char str[100005],str1[100000],j; scanf("%d",&t); while(t--) { scanf("%s",str);
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int intNum = 0; cin >> intNum; while (intNum != 42) {
...
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MathScripter.Engine { public class CodeBlock {
...
-
1 2
#include<iostream.h> cout<<"!";
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MathScripter.Engine { public class CodeBlock {
...
-
1
cout<<"!";
-
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 <iostream> using namespace std; int main() { cout << " YOU " <<endl; return 0; }
-
1 2 3 4 5 6 7 8
#include <iostream> #include <algorithm> #include <list> #include <vector> #define FOR(i,a,b) for(int i = (a); i <= (b); i++) #define FR(i,a) for(int i = 0; i < (a); i++) using namespace std;
...
-
1 2 3 4 5 6 7 8
#include <iostream> using namespace std; int main () { cout << "Hello World!"; 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) { scanf("%d\n",&k); if(k<=1000000)
...
-
1 2 3 4 5 6 7 8 9
public class Main { public static void main(String[] args) { for(int i=1; i<=9; i++) { for(int j=1; j<=9; j++) { System.out.println(String.format("%dx%d=%d", i, j, i*j)); } } } }
-
1 2 3 4 5
#include <stdio> { printf("hello"); }
-
1 2 3
count :=count+1;
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> void Ps(int a[], int b[], int k, int l); void printArr(int a[], int b[], int k, int l); int main(){ int a[] = {1, 2}; int b[] = {8, 9}; Ps(a, b, 2, 2); }
...
-
1 2 3 4 5 6 7 8 9
import java.util.Scanner; class CalDifference{ public static void main(String[] k){ int n, sumOfSq, sqOfSums, diff; int[] num; int[] numSq;
...
-
1 2 3 4 5 6 7 8
#include<iostream> using namespace std; void main() { cout << " YOU " >> endl;
...
-
1 2 3 4 5 6 7
<?php $a = 1; $b =& $a; unset($a); printf("b = %d",$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
<?php $a = 1; $b =& $a; unset($a); ?>
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> void Ps(int a[], int b[], int k, int l); void printArr(int a[], int b[], int k, int l); int main(){ int a[] = {1, 2}; int b[] = {8, 9}; Ps(a, b, 2, 2); }
...
-
1 2 3 4 5 6 7 8 9
import java.util.Scanner; class CalDifference{ public static void main(String[] k){ int n, sumOfSq, sqOfSums, diff; int[] num; int[] numSq;
...


