Revision history of "Solução: Problema do giro da palavra (Cleber Pinelli)"

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) 23:43, 7 April 2009200.17.147.2 (Talk). . (462 bytes) (+462). . (New page: <code lang="csharp"> using System; namespace aula1 { public class Giro { public Giro() { string l1 = Console.ReadLine(); string l2 = Console.ReadLine(); int saida = ...)