Revision history of "Solução: Problema das trocas - UFRJ (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) 12:37, 3 June 2009200.17.147.2 (Talk). . (933 bytes) (+933). . (New page: <code lang="cpp"> #include <iostream> using namespace std; typedef struct Circulo { int valor; char pessoa; } circulo; int errado(circulo vetor[], int tamanho) { for (int i = 1; i ...)