#include using namespace std;
int main() { long long x, y, a; cin >> y >> x; y = y * 3; x = x * 60; a = x + y; if (a >= 480) cout << "Yes"; else cout << "No";
return 0;
}
#include <bits/stdc++.h> using namespace std;
int main() { double a, b; cin >> a >> b; if (a * 3 / 60 + b >= 8) cout << "Yes" << endl; else cout << "No" << endl; }
999
注册一个 accode 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。
使用您的 accode 通用账户