menu practica 1

This commit is contained in:
Pablo
2026-03-14 15:11:19 +01:00
commit efa357f397
10 changed files with 714 additions and 0 deletions

14
Practica0/src/main.cpp Normal file
View File

@@ -0,0 +1,14 @@
#include <iostream>
#include <iostream> //cin, cout
#include <conio.h> // getch
#include <fstream>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define MAXIMO 20
#define M 5
using namespace std;