29 条题解

  • -1
    @ 2025-11-22 9:39:27

    #include<bits/stdc++.h> using namespace std; const int N=1e3+10; int fx(int x,int y){ return x+y; } int main() { int a=1,b=2; cin>>a>>b; cout<<fx(a,b); return 0; }

信息

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