Revision history of "Problema da palavra mágica (Jandson Nunes)"

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:34, 29 April 2009200.17.147.2 (Talk). . (885 bytes) (+885). . (New page: <code lang="c"> #include <stdio.h> #include <stdlib.h> #include <string.h> int compara (const void * a, const void * b); int main (){ char palavra[101], *subPalavra1, *subPalavra2; int...)