27 条题解

  • 2
    @ 2025-2-22 9:04:58

    #include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; if(a>=10 or b>=20){ cout<<1; } else{ cout<<0; } return 0; }

    • 2
      @ 2025-2-21 14:52:04

      孩子你被骗了

    • 1
      @ 2025-4-2 22:10:34

      学过Python的老弟来报到 学过的肯定知道if在Python里咋用

      • 0
        @ 2024-2-23 10:00:39

        提示: 灵活运用or和else👀️

      • -1
        @ 2025-2-21 14:18:50

        #include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a,b; if(a>=10 and b>=20){ cout<<1; }else cout<<0; return 0; }

        • -1
          @ 2025-2-14 11:45:18

          #include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; if(a>=10 or b>=20){ cout<<1; } else{ cout<<0; } return 0; }

          • -1
            @ 2025-2-14 11:45:11

            #include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; if(a>=10 or b>=20){ cout<<1; } else{ cout<<0; } return 0; }

            • -2
              @ 2025-2-21 13:29:58

              #include<bits/stdc++.h> using namespace std; int main(){ double n,x,y,a; cin>>n>>x>>y; a=n-(y/x); cout<<floor(a); return 0; }

              大家可以放心抄,包对!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 不对的打电话骂我 19169292813

              • @ 2025-2-21 13:34:33

                哇塞太真实了!!!!!!!!!!!!!!!!!!!!!!!!!

              • @ 2025-3-27 16:46:40

                那我试试

            • -3
              @ 2025-2-14 11:05:40

              #include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; if(a>=10 or b>=20){ cout<<1; } else{ cout<<0; } return 0; } ``

              • -3
                @ 2024-2-23 10:37:43
                #include<bits/stdc++.h> 
                using namespace std;
                int main(){
                    int a,b;
                    cin>>a>>b; 
                    if(a>=10 or b>=20){
                        cout<<1; 
                    }
                    else{
                        cout<<0;
                    }
                    return 0; 
                }
                
                • -4
                  @ 2024-2-23 10:50:49
                  #include<bits/stdc++.h> 
                  using namespace std;
                  int main(){
                      int a,b;
                      cin>>a>>b; 
                      if(a>=10 or b>=20){
                          cout<<1; 
                      }
                      else{
                          cout<<0;
                      }
                      return 0; 
                  }
                  ``
                  
                  • -5
                    @ 2025-2-10 10:50:58

                    #include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; if(a>=10 or b>=20){ cout<<1; } else{ cout<<0; } return 0; }

                    • -5
                      @ 2024-2-23 10:55:58

                      #include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; if (a>=10 or b>=20)cout<<1; if (a<10 and b<20)cout<<0; return 0; }

                      • -5
                        @ 2024-2-23 10:36:42
                        #include<bits/stdc++.h> 
                        using namespace std;
                        int main(){
                            int a,b;
                            cin>>a>>b; 
                            if(a>=10 or b>=20){
                                cout<<1; 
                            }
                            else{
                                cout<<0;
                            }
                            return 0; 
                        }
                        
                        • -5
                          @ 2024-2-23 10:07:45

                          #include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; if(a>=10 or b>=20){cout<<1; } else{ cout<<0; } return 0; }

                          • -5
                            @ 2024-2-23 10:03:15

                            #include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; if(a>=10 or b>=20){ cout<<"1"; } else{ cout<<"0"; } }

                            • -5
                              @ 2024-2-23 10:03:15
                              #include<bits/stdc++.h> 
                              using namespace std;
                              int main(){
                                  int a,b;
                                  cin>>a>>b; 
                                  if(a>=10 or b>=20){
                                      cout<<1; 
                                  }
                                  else{
                                      cout<<0;
                                  }
                                  return 0; 
                              }
                              
                              • -5
                                @ 2024-2-23 10:03:14
                                #include<bits/stdc++.h> 
                                using namespace std;
                                int main(){
                                    int a,b;
                                    cin>>a>>b; 
                                    if(a>=10 or b>=20){
                                        cout<<1; 
                                    }
                                    else{
                                        cout<<0;
                                    }
                                    return 0; 
                                }
                                
                                • -5
                                  @ 2024-2-23 10:03:14
                                  #include<bits/stdc++.h> 
                                  using namespace std;
                                  int main(){
                                      int a,b;
                                      cin>>a>>b; 
                                      if(a>=10 or b>=20){
                                          cout<<1; 
                                      }
                                      else{
                                          cout<<0;
                                      }
                                      return 0; 
                                  }
                                  
                                  • -5
                                    @ 2024-2-23 10:03:13
                                    #include<bits/stdc++.h> 
                                    using namespace std;
                                    int main(){
                                        int a,b;
                                        cin>>a>>b; 
                                        if(a>=10 or b>=20){
                                            cout<<1; 
                                        }
                                        else{
                                            cout<<0;
                                        }
                                        return 0; 
                                    }
                                    

                                    信息

                                    ID
                                    2132
                                    时间
                                    1000ms
                                    内存
                                    256MiB
                                    难度
                                    2
                                    标签
                                    递交数
                                    1038
                                    已通过
                                    536
                                    上传者