#include #include #include "getch.cpp" #include "estructuras.cpp" #include "GestorSanciones.h" using namespace std; void clear(){ ifstream archivo("/etc/os-release"); if (archivo.good()) { system("clear"); } else { system("cls"); }; }; int main(){ char opcion='0'; while (opcion=='0') { clear(); cout<<"SANCIONES APP. MENU PRINCIPAL"<