#include using namespace std; void solve(){ int n;cin>>n; for(int i='b'-'a';i<=n;i++){ if(i%('d'-'a')&&i%('f'-'a'))cout<