5 条题解

  • 0
    @ 2023-6-26 16:59:38
    #include<bits/stdc++.h>
     using namespace std; 
    int main(){
     int x,y; 
    cin>>x>>y; 
    if(x>=60 and y<60 or x<60 and y>=60)
    { cout<<"1"; } 
    else{ cout<<"0"; }
    return 0;
    }
    
    • -2
      @ 2023-6-16 10:52:13

      666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666

      • -3
        @ 2023-6-19 16:44:30

        #include<bits/stdc++.h> using namespace std; int main(){ int x,y; cin>>x>>y; if(x>=60 and y<60 or x<60 and y>=60){ cout<<"1"; } else{ cout<<"0"; }

        return 0;
        

        }

        • -3
          @ 2023-5-30 14:32:56

          超爆小故事 一天我在班主任的语文课上,趁四处没人撅起屁股,偷偷放了个巨响的屁,本以为不会有人发现,结果发现校草从天花板上跳下来,把我吓了一大跳,因为过于紧张又不小心崩出来了个屁,校草摸了摸我的头,说:我的臭鼬宝贝不要怕~(气泡音)这时全班同学与班主任又不知从何处走来,全班尖叫,班主任用慈祥的语气说:别叫了被吓到我儿媳妇了! 整个地球都炸了❤️❤️ ❤️

          • -5
            @ 2023-5-10 16:42:49

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

            
            
            • 1

            [ybt]1048 有一门课不及格的学生

            信息

            ID
            606
            时间
            1000ms
            内存
            256MiB
            难度
            4
            标签
            (无)
            递交数
            359
            已通过
            156
            上传者