ans

062_lichangyi 2020-11-28 13:54:57 14 返回题目

#include <bits/stdc++.h> using namespace std; int main() { int a, b, c; cin >> a >> b >> c; cout << fixed << setprecision(3) << (a * c + b * c) / 2.0; return 0; }

{{ vote && vote.total.up }}

共 1 条回复

wzx

好人一生平安