Revision history of "Solução: Problema das placas com anagrama perfeito (Filipe Teles)"

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:57, 29 April 2009200.17.147.2 (Talk). . (456 bytes) (+456). . (New page: <code lang="c"> #include <stdio.h> int main() { int i, valor = 0, valorFinal = 0; char entrada; for(i=3; i >= 0; i--) { scanf("%c", &entrada); if (entrada == 'Y') valor = va...)