#include<bits/stdc++.h>
using namespace std;
#define int long long
#define endl '\n'
#define inf 1e18
const int mod=1e9+7;
const int N=2e5+5;
int n,m;
int a[N];
void solve(){
string s;
cin>>s;
if(s.size()<=1) cout<<"yukari";
else cout<<"kou";
}
signed main(){
ios::sync_with_stdio(false);
cin.tie(nullptr);
cout.tie(nullptr);
int tt=1;
// cin>>tt;
while(tt--) solve();
return 0;
}
小红叕战小紫(思维)--牛客周赛 Round 42-A
最新推荐文章于 2024-11-06 11:05:01 发布