x = 5y = 3 * x **2 + 6 * x - 7print("当x=5时,y的值为:", y)
Standard input is empty
当x=5时,y的值为: 98
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!