Revision history of "Solução: Problema do arranjo dos caracteres (Vanessa Aline)"

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:42, 29 April 2009200.17.147.2 (Talk). . (493 bytes) (+493). . (New page: <code lang="c"> #include<stdio.h> #include<string.h> #include<math.h> int main(){ int N, M, K; scanf("%d", &N); scanf("%d", &M); scanf("%d", &K); char alfabeto[27] = "ABCDEFGHIJKLMN...)