C2023040 2023-12-16 19:24:18 2024-01-30 12:09:48
#include<bits/stdc++.h>
using namespace std;
int main()
{
string s; cin>>s; cout<<s.substr(6,8);
}