145 条题解

  • -2
    @ 2022-5-19 20:26:54
    #include<iostream>//建议用iostream
    using namespace std;//使用标准命名空间
    int main(){//主函数
    	int a,b;
    	cin>>a>>b;
    	cout<<a+b;
    	return 0;
    }
    

    信息

    ID
    56
    时间
    1000ms
    内存
    1024MiB
    难度
    1
    标签
    递交数
    9073
    已通过
    4043
    上传者