Run ID:143255

提交时间:2026-01-11 19:29:47

#include <bits/stdc++.h> using namespace std; int main(){ int a=10,b=20,c=8; cout<<(a+b)*c/2; return 0; }