Run ID:133856

提交时间:2025-10-22 19:30:31

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