#include using namespace std; /////////////////// メイン /////////////////// int main () { //////////////////// 入力 //////////////////// string n; cin >> n; //////////////// 出力変数定義 //////////////// string result = n; //////////////////// 処理 //////////////////// int length = n.size(); for (int i=0; i