e

袁颢城  •  1个月前


#include<bits/stdc++.h> 
using namespace std; 
int main() 

   int A,B; 
   cin>>A>>B; 
   cout<<A+B<<endl; 
   return 0; 
}


评论: