2 条题解

  • 0
    @ 2026-5-14 21:55:28
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int a,b,c;
        cin>>a>>b>>c;
        cout<<a+b+c;
        return 0;
    }
    
    • 0
      @ 2026-1-6 13:32:10

      #include <bits/stdc++.h> using namespace std;

      int main() { int a, b, c; cin >> a >> b >> c; cout << a +b+c; return 0; }

      • 1

      信息

      ID
      293
      时间
      1000ms
      内存
      64MiB
      难度
      2
      标签
      递交数
      422
      已通过
      266
      上传者