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" int main() { // rea de rectangulo int c; // contador for (c =1; c <=50; c++)
...
-
1 2 3 4 5 6 7 8 9
int main() { // area de rectangulo int c; // contador for (c = 1; c <= 50; c++) printf("%i", c)
...
-
1 2 3 4 5 6 7 8 9
#Include "stdio.h" int main () { float b, h, area; //base, altura, area int c; // contador for (c = 1; c <= 50; c++)
...
-
1 2 3 4 5 6 7 8 9
#include "stdio.h" int main() { // Area del Rectangulo int c; // contador for (c = 1; c <= 50; c++)
...
-
1 2 3 4 5 6 7 8 9
int main () { // rea de rectangulo int c; //contador for (c = 1; c <= 50; c++) printf("%i\n", c);
...
-
1 2 3 4 5 6 7 8 9
int main () { // rea de rectangulo int c; //contador for (c = 1; c <= 50; c++) printf("%i\n", c);
...
-
1 2 3 4 5 6 7 8 9
int main() { int c; for (c = 1; c <= 50; c++) printf("%i/n", c); // getch();
...
-
1 2 3 4 5 6 7 8 9
int main() { // area de rectangulo int c; // contador for (c = 1; c <= 50; c++) printf("%i ", c)
...
-
1 2 3 4 5 6 7 8 9
#Include "stdio.h" int main () { float b, h, area; //base, altura, area int c; // contador for (c = 1; c <= 50; c++)
...
-
1 2 3 4 5 6 7 8 9
#include "stdio.h" int main() { float b, h, area; // base, altura, area scanf("%f %f", &b, &h)
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int i,j,n=0; int t1[2],t2[2],t3[2],a1[2],a2[2],a3[2],ttot[2],atot[2]; for(i=0; ;i++){ while((scanf("%d %d %d %d %d %d",&t1[i],&t2[i],&t3[i],&a1[i],&a2[i],&a3[i]))!= EOF){
...
-
1 2 3 4 5 6 7 8 9
#include "stdio.h" int main() { // Area del Rectangulo int c; // contador for (c = 1; c <= 50; c++)
...
-
1 2 3 4 5 6 7 8 9
int main() { // area de rectangulo int c; // contador for (c = 1; c <= 50; c++) printf("%i ", c)
...
-
1 2 3 4 5 6 7 8 9
#include "stdio.h" int main() { // rea de rectangulo int c; // contador
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> int main() { int k; for (k = 1; k <= 50; k++) printf("%i\n", k);
...
-
1 2 3 4 5 6 7 8 9
#include "stdio.h" int main () { // area de rectangulo int c; //contador for (c = 1; c <= 50; c++)
...
-
1 2 3 4 5 6 7 8 9
#include "stdio.h" int main() { // rea de rectangulo int c; // contador for (c = 1; c <= 50; c++)
...
-
1 2 3 4 5 6 7 8 9
int main () { // rea de rectangulo int c; //contador for (c = 1; c <= 50; c++) printf("%i ", c);
...
-
1 2 3 4 5 6 7 8 9
#include "stdio.h" int main() { int c; //contador for (c = 1; c <= 50; c++) printf("%i ", c);
...
-
1 2 3 4 5 6 7 8 9
int main() { int c; for (c = 1; c <= 50; c++) printf("%i ", c); // getch();
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> void main(){ printf("%i",010L); int *p=(int *)malloc(10*sizeof(int)); p=realloc(p,10*sizeof(int)); printf("%d",sizeof(p)); }
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h>; int main() { int octalNumber = 0123; //octal number int hexadecimalNumber = 0xabc; //hexadecimal number int integerNumber = 123; //integer number _Bool true = 1; _Bool false = 0; char letter = 'A';
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int i,j,n=0; int t1[2],t2[2],t3[2],a1[2],a2[2],a3[2],ttot[2],atot[2]; while((scanf("%d %d %d %d %d %d",&t1[i],&t2[i],&t3[i],&a1[i],&a2[i],&a3[i]))!= EOF){ n++;
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int i,j,n=0; int t1[2],t2[2],t3[2],a1[2],a2[2],a3[2],ttot[2],atot[2]; while((scanf("%d %d %d %d %d %d",&t1[i],&t2[i],&t3[i],&a1[i],&a2[i],&a3[i]))!= EOF){ n++;
...
-
1 2 3 4 5 6 7 8 9
#include "stdio.h" int main () { // area rectangulo float b, h, area; // base, altura, area scanf("%f %f", &b, &h);
...
-
1 2 3 4 5 6 7 8 9
#include "stdio.h" int main () { // area rectangulo float b, h, area; // base, altura, area scanf("%f %f", &b, &h);
...
-
1 2 3 4 5 6 7 8 9
include "stdio.h" int main () { // area rectangulo float b, h, area; // base, altura, area scanf("%f %f, &b, &h);
...
-
1 2 3 4 5 6 7 8 9
int main() { float b, h, area; // base, altura, area scanf("%f %f", &b, &h); area= b * h;
...
-
1 2 3 4 5 6 7 8 9
#include "stdio.h" int main () { // area de rectangulo float b , h , area; // base, altura, area scanf ("%f %f", &b, &h); area = b * h;
...
-
1 2 3 4 5 6 7 8 9
int main() { // area de triangulo float b, h, area; // base, altura, area scanf("%f %f", &b, &h); area = b * h;
...


