Explorar el Código

main.cpp edited online with Bitbucket

Jose R Ortiz Ubarri hace 8 años
padre
commit
0de42cac0a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      main.cpp

+ 1
- 0
main.cpp Ver fichero

@@ -9,6 +9,7 @@
9 9
 #include <iostream>
10 10
 #include <cassert>
11 11
 #include <cmath>
12
+#include <time.h>
12 13
 
13 14
 using namespace std;
14 15