1 条题解

  • 1
    @ 2021-11-21 20:47:23
    #include <bits/stdc++.h>
    
    using namespace std;
    
    int main()
    {
        int n; cin >> n;
        n >= 16 ? puts("Yes") : puts("No");
        return 0;
    }
    
  • 1

p1017 牛肉面2(用三目运算符来解)

信息

难度
2
分类
(无)
标签
递交数
49
已通过
14
通过率
29%
上传者