Revision history of "Solução: Problema da soma (Alessandro Santos)"

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) 16:30, 3 April 2009200.17.147.2 (Talk). . (668 bytes) (+668). . (New page: <code lang = "c"> #include <stdio.h> int main(void) { int n,i,num,soma = 0,par = 0,imp = 0; printf(" Entre com um número N \n"); scanf("%d",&n); if ((1 < n) && (n < 1000)) { ...)