#9853. 【电子学会1级】计算表达式的值
【电子学会1级】计算表达式的值
Description
- 给定整数x,y的值,计算
3*x+2*y
的值。
Input Format
- 一行包含2个整数x,y,以空格作为分隔。数据保证最后计算结果还在整数表示范围内。
Output Format
- 按照题目要求输出结果
2 3
12
3*x+2*y
的值。2 3
12
By signing up a 津桥OJ universal account, you can submit code and join discussions in all online judging services provided by us.