gdhfghg

淼淼  •  1小时前


include <bits/stdc++.h>

using namespace std; int a, b, c; int d = 0;

int main() {

cin >> a;
cin >> b;
cin >> c;
d = a + a + b + b + c + a;
cout << d;
return 0;

}


评论:

请先登录,才能进行评论