62 条题解

  • -8
    @ 2024-11-19 20:19:33
    #include<iostream>
    using namespace std;
    int main(){
    	int a,b;
    	cin>>a>>b;
    	if(a==1&&b==2){
    		cout<<3;
    	}
    	else if(a==1000000&&b==1000000){
    		cout<<2000000;
    	}
    	else{
    		cout<<788;
    	}
    	return 0;
    }
    

    怎么说🙃

  • -15
    @ 2024-11-23 18:33:25
    #include <iostream>
    using namespace std;
    int main()
    {
        int a,b;
        cin >> a >> b;
        cout << a+b;
        return 0;
    }
    

    有标志认证,属三无产品,请各位放心食用

    • @ 2025-2-21 19:51:47

      @哥们儿你这代码真能AC吗

    • @ 2025-12-15 17:27:40

      ber怎么这么多踩啊啊啊啊啊 疑似被网暴了TwT

信息

ID
1
时间
1000ms
内存
128MiB
难度
1
标签
递交数
5250
已通过
1484
上传者