Run ID:98355

提交时间:2024-11-19 18:34:53

using namespace std; int main() { double a,b,c; cin >> a >> b >> c; cout << (a+b)*c << "%"; return 0; }