登录之后查看代码,点此登录账号
#include<bits/stdc++.h> using namespace std; int main(){ long long a,b; scanf("%lld%lld",&a,&b); printf("%lld",a+b); return 0; }