#include <bits/stdc++.h>
using namespace std;
int main() {
cout << " House Color Nation Drink Cigarette Pet" << endl;
cout << "H1 4 9 15 20 23" << endl;
cout << "H2 5 8 11 17 24" << endl;
cout << "H3 1 6 13 16 22" << endl;
cout << "H4 2 10 12 19 25" << endl;
cout << "H5 3 7 14 18 21" << endl;
return 0;
}