37 条题解

  • 0
    @ 2025-7-23 22:55:34
    #include<bits/stdc++.h>
    /*使用iostream库
    导入cin和cout函数*/
    using namespace std;
    /*获取命名空间*/
    int main(){//主函数
        int a,b;//定义整数变量
        cin>>a>>b;//输入数据
        cout<<a+b<<endl;//计算并输出数据
    
        return 0;//结束主函数
    }
    

    信息

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