Run ID:146801
提交时间:2026-01-31 11:27:01
#include<iostream> using namespace std; int main() { int a=10,b=20,c=8; cout<<(a+b)*c/2; return 0; }