#include using namespace std; int main(void) { cin.tie(0); ios::sync_with_stdio(false); string s; cin >> s; string t = "kadomatsu"; int n = t.length(); for(int i=0;i<(1<