14 条题解

  • 3
    @ 2023-5-5 11:08:01

    超爆小故事 一天我在教室里偷偷吃鼻屎,校霸看到了以后从自己直径只有5CM的鼻孔里挖出了一大坨鼻屎,说:我老婆只能吃我的鼻屎,,,全班都炸了

    • @ 2023-5-30 19:38:47

      ??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

    • @ 2023-6-13 13:52:46

  • 1
    @ 2023-6-12 16:50:38
    #include<iostream>
    using namespace std;
    int main(){
    	int x,y;
    	cin>>x>>y;
    	if(x>y){
    		cout<<">";
    	}
    	if(x==y){
    		cout<<"=";
    	}
    	if(x<y){
    		cout<<"<";
    	}
    	
    	return 0;
    }
    
    • 0
      @ 2023-6-12 16:49:59

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

      • 0
        @ 2023-6-12 16:49:41

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

        • 0
          @ 2023-6-12 16:49:30

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

          • 0
            @ 2023-6-12 16:24:58

            #include<bits/stdc++.h> using namespace std; int main(){ int x,y; cin>>x>>y; if(x>y){ cout<<">"; } if(xy){ cout<<""; } if(x<y){ cout<<"<"; } return 0; }

            • -1
              @ 2023-6-12 17:07:53
              #include<bits/stdc++.h>
              using namespace std;
              int main(){
              	int x,y;
              	cin>>x>>y;
              	if(x>y){
              		cout<<">";
              }
                  if(x==y){
                  	cout<<"=";
              	}
              	if(x<y){
              		cout<<"<";
              	}
              	
              	return 0;
              }
              
              • -2
                @ 2023-5-15 15:13:13

                jmfyukmti,t

                • -2
                  @ 2023-5-5 9:38:52

                  不听话,就骑母猪创死你。。。。喵喵喵,啾咪

                  • -5
                    @ 2023-4-26 16:53:52
                    #include<bits/stdc++.h>
                    using namespace std;
                    int main(){
                    	double a;
                    	cin>>a;
                    	if(a>=0){
                    		printf("%.2f",a) ;
                    }
                    	else{
                    		printf("%.2f",-a);
                    	}
                    	return 0;
                    	}
                    
                    • -5
                      @ 2023-4-19 13:50:05

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

                      • -5
                        @ 2023-4-19 13:40:31

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

                        • -6
                          @ 2023-4-20 13:44:34

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

                          • -13
                            @ 2023-4-20 17:07:53

                            di di di da da da di di di

                            • 1

                            信息

                            ID
                            601
                            时间
                            1000ms
                            内存
                            256MiB
                            难度
                            5
                            标签
                            (无)
                            递交数
                            454
                            已通过
                            167
                            上传者