#include using namespace std; int main(void){ string S; cin >> S; int ans = 200; if(S.size()>32){ ans=400; } else for(int i=0;i