#define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
int main()
{
	int col = 0;
	int col2 = 0;
	FILE *file;
	FILE *input;
	FILE *out;
	file = freopen("rooms.txt", "r", stdin);
	scanf("%d", &col);
	printf("%d", col);
	struct Komnata
	{
		int ID;
		char ros[8];
		int chel;
		int cost;
	};
	int i = 1;
	struct Komnata nomer[1000];
	while (col>i)
	{
		scanf("%d %s %d %d", &nomer[i].ID, &nomer[i].ros, &nomer[i].chel, &nomer[i].cost);
		i++;
}
	printf("\n%d" , nomer[2].ID);
	fclose(file);
	
	input = freopen("input.txt", "r", stdin);
	scanf("%d", &col2);
	
	struct Command
	{
			
	};
	i = 1;
	struct Command stroka[10000];
	while (col2 > i);
}


//ФАЙЛ  который надо прочитать.
//7
//ADD CLIENT SERVICE = ECONOMY BEGIN_DATE = 11.07.2020 END_DATE = 28.09.2020
//GET INCOME BEGIN_DATE = 15.07.2020 END_DATE = 28.07.2020 
//GET QUEUE ID = 170 DATE = 27.12.2020
//ADD CLIENT SERVICE = COMFORT BEGIN_DATE = 03.04.2020 END_DATE = 05.06.2020 
//ADD CLIENT SERVICE = STANDART BEGIN_DATE = 22.09.2020 END_DATE = 17.11.2020
//GET QUEUE ID = 246 DATE = 27.12.2020
//GET ROOM ID = 567