文章
117
粉丝
69
获赞
823
访问
89.6k
#include<bits/stdc++.h> using namespace std; typedef long long LL; LL a, b; int main() { cin >> a >> b; LL ans = a + b; cout << a + b; return 0; }
6
登录后发布评论
6