Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
72656 sh25_zhuwy 有一门课不及格的学生 C++ 通过 0 MS 240 KB 263 2025-11-02 13:42:57

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; bool i,j; i=(a<60||b<60); j=(a<60&&b<60); int k=i+j; if (k==1) { cout<<"1"; } else { cout<<"0"; } return 0; }


测评信息: