a = 4b = 2c = 7d = (a + b) * c / 3print("中d的值为:", d)
Standard input is empty
中d的值为: 14.0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!