using System;class Foo{public static void Main(string[] args){int x = 2;x += x++ * x++ * x++;Console.Write(x);}}
Standard input is empty
26
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!