Coding is the closest thing we have to superpower !
结合前几题的代码,实现功能:输入三个数a、b、c,输出 (a+b)*c。
输入一行3个整数a,b,c
输出(a+b)*c
4 5 6
54
1 2 3
9
55 66 77
9317