-->
当前位置:首页 > 题库

PROGRAMMING:Priority and combination training

Luz5年前 (2021-05-10)题库367
The program reads in three integers a, B, C, and then outputs the values of expressions - A-B * C and - (a-b) * C. Think about priorities and combinations.
#####Input example:
```in
5 2 3
```
#####Output example:
```out
-11 -9
```







answer:If there is no answer, please comment