标签:str clu sync href ons ble more pac main
///@author Sycamore ///@date 8/9/2017 #include<bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(0); int n; cin >> n; while (n--) { string s; cin >> s; cout << ‘6‘; for (int i = 6; i < 11; i++)cout << s[i]; cout << ‘\n‘; } return 0; }
标签:str clu sync href ons ble more pac main
原文地址:http://www.cnblogs.com/zjnu/p/7323407.html