全部评论 2

  • #include <bits/stdc++.h>
    using namespace std;
    int main(){
    ios::sync_with_stdio(false);cin.tie(nullptr);
    unordered_map<int,string> mp{{1,""}};
    cout<<mp[1];
    int a,b;
    cin >> a >> b;
    cout << a+b;
    return 0;
    }

    2026-02-08 来自 广东

    2
  • OK

    2026-02-09 来自 浙江

    1
暂无数据

提交答案之后,这里将显示提交结果~

首页