ww

俊奕  •  3天前


include <bits/stdc++.h>

using namespace std;

int main() {

int a, b, c, s, f;
cin >> a >> b >> c;
s = a + b;
f = s + c;
printf("%d", a + s + f);
return 0;

}


评论:

请先登录,才能进行评论