Advertising
advertising
related pastes to tag 'respuestas'
- 2051460 - ejercicio d: yahoo respuestas
-
- #include <stdio.h>
- #include <stdlib.h>
- #include <time.h>
- int julianDayGuess(int, int);
- int main(void)
- {
- int dd;
- int aa;
- 2051455 - ejercicio c: yahoo respuestas
-
- #include <stdio.h>
- #include <stdlib.h>
- #include <time.h>
- int julianDayGuess(int, int);
- int main(void)
- {
- int dd;
- int mm;
- 2051453 - ejercicio a: yahoo respuestas
-
- // a.c
- //
- // Copyright 2011 German Gutierrez <german@debian>
- //
- // This program is free software; you can redistribute it and/or modify
- // it under the terms of the GNU General Public License as published by
- // the Free Software Foundation; either version 2 of the License, or
- // (at your option) any later version.