1 条题解

  • 0
    @ 2026-7-15 11:51:42

    #include <bits/stdc++.h> using namespace std;

    int main() { int n, m; cin >> n >> m; if (n >= 60 && m >= 60) { cout << "0"; } else { cout << "1"; }

    return 0;
    

    }

    • 1

    【条件】有一门课不及格的学生

    信息

    ID
    29744
    时间
    1000ms
    内存
    256MiB
    难度
    6
    标签
    (无)
    递交数
    17
    已通过
    10
    上传者