65 条题解

  • 0
    @ 2026-8-23 19:27:45

    #include<bits/stdc++.h>

    using namespace std;

    int main(){

    int a,b; 
    
    cin>>a>>b;
    
    cout<<a+b;
    
    return 0;
    

    }

    如果不放心请看下方👇

    • @ 2026-8-23 19:29:18

      求点赞(不,是求好评)

信息

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