牛客周赛Round29补题

牛客周赛Round29补题_第1张图片

#include
#include
using namespace std;
long long a,b;
int main(){
    cin>>a>>b;
    if(a==b) cout<<"draw";
    else if(a>b) cout<<"kou";
    else cout<<"yukari";
    return 0;
}

牛客周赛Round29补题_第2张图片 

#include
using namespace std;
int main()
{
    std::ios::sync_with_stdio(false);
    string b,h;
    int d,ans=0;
    cin>>d>>b>>h;
    for(int i=0;i

zan'shi牛客周赛Round29补题_第3张图片

剩下的暂时没弄明白

你可能感兴趣的:(算法)