Revision history of "Solução: Calculando - OBI (Delson Rosario)"

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:27, 1 April 2009200.17.147.2 (Talk). . (693 bytes) (+693). . (New page: <code lang ="c"> #include <stdio.h> #include <stdlib.h> #include <string.h> int numero(char *num){ int i=0,result=0; while(isdigit(num[i])){ result = result*10 + (num[i]-48); i++;...)