x=9;y=16;print(x);print("+");print(y);print("=");print(x+y);
Standard input is empty
9 + 16 = 25
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!