#2343. 练11.4计算(a+b)×c的值
练11.4计算(a+b)×c的值
说明
给定$3$个整数$a$、$b$、$c$,计算表达式$(a+b)×c$的值。输入格式
输入仅一行,包括三个整数$a$、$b$、$c$, 数与数之间以一个空格分开。($-10,000< a,b,c<10,000$)输出格式
输出一行,即表达式的值。2 3 5
25
2 3 5
25
By signing up a 津桥OJ universal account, you can submit code and join discussions in all online judging services provided by us.