2 条题解

  • 0
    @ 2025-1-3 22:16:53
    #include<bits/stdc++.h>
    
    using namespace std;
    
    int main(){
    
    int a,b;
    
    cin>>a>>b;
    
    a>0,b<100;
    
    cout<<(a+b);
    
    return 0;
    
    • 0
      @ 2024-12-6 22:04:10

      #include<bits/stdc++.h>

      using namespace std;

      int main(){

      int a,b;

      cin>>a>>b;

      a>0,b<100;

      cout<<(a+b);

      return 0;

      }

      • 1

      信息

      ID
      708
      时间
      1000ms
      内存
      256MiB
      难度
      2
      标签
      递交数
      21
      已通过
      20
      上传者