1 条题解

  • 4
    @ 2024-1-30 12:08:12
    #include<bits/stdc++.h>
    using namespace std;
    int a[1000][1000];
    int main(){
    int a,b,c;
    cin >> a >> b >> c;
    if(a>=90&&b>=90&&c>=90) cout << "yes" << endl;
    else cout << "no" << endl;
    }
    

    Public给个❤️ 呗

    • 1

    信息

    ID
    41
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    (无)
    递交数
    194
    已通过
    152
    上传者