Revision history of "Solução: Dominó - OBI (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:43, 3 June 2009200.17.147.2 (Talk). . (947 bytes) (+947). . (New page: <code lang=cpp> #include <iostream> using namespace std; typedef struct P { int n; int bucha; } peca; int main() { int entrada, esq, dir, teste = 1, cont = 0, i; peca mesa[7]; fo...)