Revision history of "Solução: Problema da moda - dificuldade 2 (Eduardo Ramos)"

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) 17:41, 5 June 2009200.17.147.2 (Talk). . (1,004 bytes) (+1,004). . (New page: <code lang="c"> #include <stdio.h> #include <stdlib.h> int main () { long int number,i=0,j,t,value,aux,moda,cont; long int *num=NULL; do { scanf("%ld",&number); // while (number ...)