Run ID:134922
提交时间:2025-11-01 17:24:43
#include<iostream> using namespace std; int main() { int a=10,b=20,c=8; cout<<(a+b)*c/2; }