tj
2024-10-13 20:36:08
发布于:上海
0阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main()
{
int a,b,c;
int d,e,f;
cin>>a>>b>>c>>d>>e>>f;
if(a<d||b<e||c<f)
{
cout<<"WIN";
}else{
cout<<"LOSE";
}
}
这里空空如也
有帮助,赞一个