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