2 条题解

  • 1
    @ 2026-2-6 13:28:13
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	int x,y;
    	cin>>x>>y;
    	if(x*3+y*60>=8*60) cout<<"Yes";
    	else cout<<"No";
    	return 0;
    }

    信息

    ID
    479
    时间
    1000ms
    内存
    64MiB
    难度
    6
    标签
    递交数
    66
    已通过
    23
    上传者