2 条题解

  • -1
    @ 2025-10-10 10:25:43
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int a,b;     //定义
        cin>>a>>b;   //输入
        cout<<a+b;   //执行
    
        return 0;
    }
    
    

    简单的逻辑计算

    信息

    ID
    104
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    (无)
    递交数
    126
    已通过
    100
    上传者