102 条题解

  • -4
    @ 2022-6-29 11:23:02
    #include<bits/stdc++.h> 
    using namespace std;
    int main(){
    	int m,s;
    	cin>>m>>s;
    	cout<<m+s;
    	return 0;
    }
    
    • -5
      @ 2022-10-29 9:27:04

      #include using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a+b; return 0; }

      信息

      ID
      1
      时间
      1000ms
      内存
      256MiB
      难度
      10
      标签
      递交数
      831
      已通过
      299
      上传者