19 条题解

  • 1
    @ 2025-2-22 8:54:10

    看题解的全宙斯

    • 0
      @ 2025-2-22 10:09:14

      • 0
        @ 2025-2-22 9:57:36

        #include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; if(a+b>c and a+c>b && b+c>a){ cout<<"yes"; }else{ cout<<"no"; } return 0; }

        • 0
          @ 2025-2-21 14:56:51

          真是肺雾啊.......那么简单都要看题解,还有你被骗了

          • 0
            @ 2025-2-15 9:56:20

            #include<bits/stdc++.h> using namespace std; int main() { int a,b,c; cin>>a>>b>>c; if(a+b>c&&a+c>b) { cout<<"yes"; } else { cout<<"no"; } return 0; }

            • 0
              @ 2025-2-15 9:55:23

              #include<bits/stdc++.h> using namespace std; int main() { int a,b,c; cin>>a>>b>>c; if(a+b>c&&a+c>b) { cout<<"yes"; } else { cout<<"no"; } return 0; }

              • 0
                @ 2025-2-14 10:53:51

                #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; }

                • 0
                  @ 2024-3-3 9:05:59
                  #include<bits/stdc++.h> 
                  using namespace std; 
                  int main()
                  { 
                     int a,b,c,yes,no; 
                     cin>>a>>b>>c; 
                     if(a+b>c&&a+c>b&&b+c>a)
                     { 
                     cout<<"yes"; 
                     }
                     else
                        {
                     cout<<"no"; 
                        } 
                  return 0; 
                  }
                  
                  • -1
                    @ 2025-2-15 9:56:52

                    #include<bits/stdc++.h> using namespace std; int main() { int a,b,c,yes,no; cin>>a>>b>>c; if(a+b>c&&a+c>b&&b+c>a) { cout<<"yes"; } else { cout<<"no"; } return 0; }

                    • -1
                      @ 2025-2-14 14:54:50

                      #include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; if(a+b>c&&b+c>a&&a+c>b){ cout<<"yes"; }else{ cout<<"no"; } return 0; }

                      • -1
                        @ 2025-2-14 14:54:25

                        #include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; if(a+b>c&&b+c>a&&a+c>b){ cout<<"yes"; }else{ cout<<"no"; } return 0; }

                        • -1
                          @ 2024-3-6 22:32:43

                          #include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; if(a+b>c and b+c>a and a+c>b){ cout<<"yes"; }else { cout<<"no"; } return 0; }

                          • -2
                            @ 2025-2-15 9:58:59

                            个大V额租客一百块机子女神 yUPJPU(CLINN

                            • -4
                              @ 2024-2-23 10:29:16
                              #include<bits/stdc++.h> 
                              using namespace std;
                              int main(){
                                  int a,b,c;
                                  cin>>a>>b>>c;
                                  if(a+>c and a+c>b and b+c>a)cout<<"yes";
                                  else{
                                  cout<<"no";
                              }
                                  return 0; 
                              }
                              
                              • -5
                                @ 2024-2-23 10:14:26

                                #include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; if(a+b>c){ cout<<"yes"; } else{ cout<<"no"; } }

                                • -5
                                  @ 2024-2-23 9:28:04
                                  #include<bits/stdc++.h>
                                  using namespace std; 
                                  int main()
                                  {
                                      int a,b,c;
                                      cin>>a>>b>>c;
                                      if(a+b>c and a+c>b and b+c>a){
                                          cout<<"yes";
                                      }
                                      else{
                                          cout<<"no";
                                      }
                                      return 0;
                                  }
                                  
                                  • -6
                                    @ 2024-2-22 21:48:00

                                    #include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; if(a+b>c and a+c>b and b+c>a){ cout<<"yes"; } else{ cout<<"no"; } return 0; }

                                    • -6
                                      @ 2024-1-17 12:06:28

                                      #include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,yes,no; cin>>a>>b>>c; if(a+b>c&&a+c>b&&b+c>a){ cout<<"yes"; }else{ cout<<"no"; } return 0; }

                                      • -7
                                        @ 2024-2-23 10:29:01
                                        #include<bits/stdc++.h> 
                                        using namespace std;
                                        int main(){
                                            int a,b,c;
                                            cin>>a>>b>>c;
                                            if(a+>c and a+c>b and b+c>a)cout<<"yes";
                                            else{
                                            cout<<"no";
                                        }
                                            return 0; 
                                        }
                                        
                                        • 1

                                        信息

                                        ID
                                        2135
                                        时间
                                        1000ms
                                        内存
                                        256MiB
                                        难度
                                        2
                                        标签
                                        递交数
                                        899
                                        已通过
                                        475
                                        上传者