2 条题解

  • 2
    @ 2025-10-10 10:25:43
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int a,b;     //定义
        cin>>a>>b;   //输入
        cout<<a+b;   //执行
    
        return 0;
    }
    
    

    简单的逻辑计算

    • 2
      @ 2024-12-15 21:41:36
      • 1

      信息

      ID
      104
      时间
      1000ms
      内存
      256MiB
      难度
      1
      标签
      (无)
      递交数
      130
      已通过
      103
      上传者