#include using namespace std; #include using namespace atcoder; using ll=long long; using Graph=vector>; #define INF 1000000000000000000 #define MOD 998244353 #define MAX 1000000 int main(){ int K; cin>>K; vector> q(4); q[0].push('A'); q[1].push('B'); q[2].push('C'); q[3].push('D'); q[0].push('E'); for(int i=0;i