63 条题解

  • 2
    @ 2026-7-23 9:04:04
    #include<bits/stdc++.h>
    using namespace std;
    
    int main(){
    	int a,b;
    	cin>>a>>b;
    	cout<<a+b; 
    	return 0;
    }
    //入门题解包AC!!!
    

    信息

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