Revision history of "Solução: Eleições - SPOJ (Diogo Maron)"

From AdonaiMedrado.Pro.Br
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 13:13, 29 April 2009200.17.147.2 (Talk). . (1,024 bytes) (+1,024). . (New page: <code lang="c"> #include <stdio.h> int compara(x, y) void *x, *y; Declaração antiga do ANSI C, mas muito útil: { if ( *(int*)x > *(int*)y ) return 1; else if ( *(in...)