Skip to content
Snippets Groups Projects
Commit 59ae1ae3 authored by Nicolas Mantilla Molina's avatar Nicolas Mantilla Molina
Browse files

Finalización códigos y archivos ncuerpos

parent 045c9c54
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ int main()
}
// Escribimos los archivos con los datos calculados
cout << "Escribiendo " << lineas << " registros..." << endl;
cout << "Escribiendo " << lineas+1 << " registros..." << endl;
for (int i=0; i<n; i++)
{
string num = to_string(i+1);
......
......@@ -14,7 +14,7 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
......@@ -63,7 +63,7 @@
},
{
"cell_type": "code",
"execution_count": 22,
"execution_count": 3,
"metadata": {},
"outputs": [
{
......@@ -93,7 +93,7 @@
},
{
"cell_type": "code",
"execution_count": 23,
"execution_count": 4,
"metadata": {},
"outputs": [
{
......@@ -122,7 +122,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment