#YC10. 混合运算
混合运算
题目描述
请你编写一个程序,计算在C++编程意义下,该运算式子的结果
(1+(1+2)x3+7÷4)÷2+8x3
的结果
输入格式
没有输入要求。
输出格式
一个整数,混合运算的结果
Related
In following contests:
In following homework:
请你编写一个程序,计算在C++编程意义下,该运算式子的结果
(1+(1+2)x3+7÷4)÷2+8x3
的结果
没有输入要求。
一个整数,混合运算的结果
In following contests:
In following homework: