Revision history of "Solução: Problema do giro da palavra (Maurício Souza Lage)"

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) 16:52, 3 April 2009200.17.147.2 (Talk). . (733 bytes) (+733). . (New page: <code lang="c"> #include <stdio.h> #include <string.h> int main(void) { int i, N, tamPalavra1; char palavra1[15]; char palavra2[15]; char buffer; scanf("%s", ...)