2 条题解

  • 2
    @ 2022-8-21 15:53:40
    #include <bits/stdc++.h> 
    using namespace std;
    int main(){
    	int a,b;
    	cin>>a>>b;
    	if(a==b){
    		cout<<"maoge233";
    	}
    	else{
    		cout<<"maoge";
    	}
    	return 0;
    }
    
    • 1
      @ 2022-8-21 15:54:10
      #include <bits/stdc++.h>
      
      using namespace std;
      
      int main(){
      	int a,b;
      	cin>>a>>b;
      	if(a==b){
      		cout<<"maoge233"<<endl;
      	}
      	else if(a!=b){
      		cout<<"maoge"<<endl;
      	}
      	}
      
      • 1

      信息

      ID
      45
      时间
      1000ms
      内存
      256MiB
      难度
      5
      标签
      递交数
      61
      已通过
      25
      上传者