#include using namespace std; /////////////////// メイン /////////////////// int main () { //////////////////// 入力 //////////////////// string s; cin >> s; //////////////// 出力変数定義 //////////////// char result; //////////////////// 処理 //////////////////// string t = "yukicoder"; for (int i=0; i