#45655: spencer diwinndie and kyrie irving


1121226@stu.wghs.tp.edu.tw (Arthur✨EC)

School : 臺北市私立薇閣高級中學
ID : 252772
IP address : [60.248.154.143]
Last Login :
2025-06-20 09:41:12
b759. 我明明就有說過= = | From: [112.104.66.104] | Post Date : 2025-03-28 23:16

#include <bits/stdc++.h>
using namespace std;
int main() {
    string x;
    while (cin >> x){
        for (int i=0; i<x.length(); i++){
            for (int j=i; j<x.length(); j++){
                cout<<x[j];
            }
            for (int k=0; k<i; k++){
                cout<<x[k];
            }
            cout<<'\n';
        }
    }
    return 0;
}
 
ZeroJudge Forum