2 条题解

  • 0
    @ 2024-4-7 15:31:49
    #include <iostream>
    #include <string>
    using namespace std;
    int main(){
    	int a,b;
    	cin>>a>>b;
    	cout<<a+b;
    	return 0;
    }
    
    

    信息

    ID
    13
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    递交数
    107
    已通过
    82
    上传者