Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
29542 lnx 有一门课不及格的学生 C++ Accepted 0 MS 240 KB 183 2023-10-31 18:45:02

Tests(1/1):


#include<iostream> using namespace std; int main() { int yw,sx; cin>>yw>>sx; if (yw>=60&&sx<60||yw<60&&sx>=60) { cout<<1; } else { cout<<0; } return 0; }


Judgement Protocol: