1 条题解

  • 0
    @ 2026-2-7 10:59:54
    #include<bits/stdc++.h>
    using namespace std;
    int main(){ //
    	int a,b;
    	cin>>a>>b;
    	//printf("%5d",a+b);
    	cout<<setw(5)<<a+b;
    	return 0;
    }
    
    • 1

    信息

    ID
    2049
    时间
    1000ms
    内存
    256MiB
    难度
    10
    标签
    (无)
    递交数
    3
    已通过
    3
    上传者