考级201909-3:计算(a+b)*c 的值
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
给定 3 个整数 a、b、C,计算表达式(a+b)*c 的值。
输入格式
输入仅一行,包括三个整数 a、b、C,数与数之间以一个空格分开。
(-10000<a,b,c<10000)
输出格式
输出一行,即表达式的值。
输入数据 1
2 3 5
输出数据 1
25
数据范围与提示
(-10000<a,b,c<10000)
一级
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 8
- Start at
- 2023-7-24 20:45
- End at
- 2023-8-18 20:45
- Duration
- 600 hour(s)
- Host
- Partic.
- 26