#include<iostream>
using namespace std;

int main()
{
    cout<<"E: 6 28 G: 2 12 18 20 24 30 36 40 42 48 54 56 60"<<endl;
    return 0;
}