404 sans • 3天前
老笨了,谁爱看谁看:
#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; }
评论:
请先登录,才能进行评论