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> using namespace std; int x, y, d, n, kierunek, wartosc; main() { cin >> d; while(d--) {
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<stdio.h> #include<string.h> using namespace std; int cont, n, m, casos; bool vis[30]; char matriz[30][30]; char linea[30];
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<stdio.h> #include<string.h> using namespace std; int cont, n, m, casos; bool vis[30]; char matriz[30][30]; char linea[30];
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int x, y, d, n, kierunek, wartosc; main() { cin >> d; while(d--) {
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<stdio.h> #include<string.h> using namespace std; int cont, n, m, casos; bool vis[30]; char matriz[30][30]; char linea[30];
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<stdio.h> #include<string.h> using namespace std; int cont, n, m, casos; bool vis[30]; char matriz[30][30]; char linea[30];
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int x, y, d, n, kierunek, wartosc; main() { cin >> d; while(d--) {
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<stdio.h> #include<string.h> using namespace std; int cont, n, m, casos; bool vis[30]; char matriz[30][30]; char linea[30];
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> main() { int x ; int y ; int z ; scanf("%d %d %d",&x,&y,&z); if(x<y&&x<z&&y<z) {
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int x, y, d, n, kierunek, wartosc; main() { cin >> d; while(d--) {
...
-
1 2 3 4 5 6 7 8 9
/* Author: Mahesh */ /* 1. Did u interpret the qns correctly ? 2. Is your i/o correct ? 3. Int overflow, double precesion 4. Array size correct ? 5. Clearing/resetting vector, map etc. 6. Stack ovrflow 7. Global/local conflict
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<stdio.h> #include<string.h> using namespace std; int cont, n, m, casos; bool vis[30]; char matriz[30][30]; char linea[30];
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int x, y, d, n, kierunek, wartosc; main() { cin >> d; while(d--) {
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<stdio.h> #include<string.h> using namespace std; int cont, n, m, casos; bool vis[30]; char matriz[30][30]; char linea[30];
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<stdlib.h> #include<time.h> using namespace std; int kontrol(int [20],int); int main(void) { int sayilar[20],k=1; int i;
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<iostream> #include<cstring> using namespace std; int main() { int t; cin>>t; while(t--)
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<stdio.h> #include<string.h> using namespace std; int cont, n, m, casos; bool vis[30]; char matriz[30][30]; char linea[30];
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<stdio.h> #include<string.h> using namespace std; int cont, n, m, casos; bool vis[30]; char matriz[30][30]; char linea[30];
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> /* This function will return a value of type float to any function */ /* that calls it. It will work for all integer or float values */ /* but the result returned will be in the format of float */ float square (float number) { float square_value; /* a local variable to hold the result of the number being squared */
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<ctype.h> #define lim 100001 char ans[lim], ch[lim],prev; int main() { int t,c,i; scanf("%d",&t);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<iostream> #include<cstring> using namespace std; int main() { int t; cin>>t; while(t--)
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int x, y, d, n, kierunek, wartosc; main() { cin >> d; while(d--) {
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> void sub (int & x, int & y, int & z) { y = 8; z = x; } int main () { int foo = 9;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int x, y, d, n, kierunek, wartosc; main() { cin >> d; while(d--) {
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<stdio.h> #include<string.h> using namespace std; int cont, n, m, casos; bool vis[30]; char matriz[30][30]; char linea[30];
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<stdio.h> #include<string.h> using namespace std; int cont, n, m, casos; bool vis[30]; char matriz[30][30]; char linea[30];
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<iostream> #include<cstring> using namespace std; int main() { int t; cin>>t; while(t--)
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int x, y, d, n, kierunek, wartosc; main() { cin >> d; while(d--) {
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<stdio.h> #include<string.h> using namespace std; int cont, n, m, casos; bool vis[30]; char matriz[30][30]; char linea[30];
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<stdio.h> #include<string.h> using namespace std; int cont, n, m, casos; bool vis[30]; char matriz[30][30]; char linea[30];
...


