一本通1000入门题longlong-9 223 372 036 854 775 808~9 223 372 036 854 775 807

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

 

posted @ 2022-05-08 21:44  男孩吖好朋友  阅读(35)  评论(1)    收藏  举报