Run ID:87506

提交时间:2024-08-10 15:21:48

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