Run ID:119539
提交时间:2025-05-17 18:05:05
#include<bits/stdc++.h> using namespace std; int main() { char str[12]; cin>>str; cout<<str[8]<<str[7]<<str[0]<<str[1]<<str[2]<<str[3]<<str[4]<<str[5]<<str[6]; return 0; }