#include using namespace std; int main(){ string S; cin>>S; int len=S.length(); int ans=(len+1)/2; cout<