#include <iostream>
#include<Windows.h>
#include<string>
using namespace std;
using LINE = char[20];
enum DAY_OF_WEEK { mon, tue, wed, thu, fri, sat, sun };
struct TIME
{
int hours[23], minutes[59];
};
struct SEMINAR
{
LINE subj, prepod;
DAY_OF_WEEK day;
struct clock
{
TIME begin, fin;
};
using GROUP_NUMBER = int[300];
};
int auditorium;
what should I add? I don't really understand how I should check that there should be classes on Saturday