Revision history of "Solução: Impedido - SPOJ (Luis Bernardo)"

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:25, 29 April 2009200.17.147.2 (Talk). . (1,409 bytes) (+1,409). . (New page: <code lang="c"> #include <stdio.h> #include <stdlib.h> char temImpedido(const int *,int, const int *, int); int main(){ int numAtacante,numDefensor,index,num; int *posicaoAtacantes;...)