Revision history of "Solução: C: Problema da idade em dias (Antonio Lucas)"

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:32, 1 April 2009200.17.147.2 (Talk). . (863 bytes) (+863). . (New page: <code lang="c"> #include <stdio.h> #include <stdlib.h> #include <time.h> //time 1:12:49 int main(int argc, char *argv[]) { time_t agora_t = time(NULL); struct tm *agora = localtime...)