using System;class Main{public static void Main(string[] args){int x = 2;x += x++ * x++ * x++;Console.Write(x);}}
Standard input is empty
prog.cs(4,20): error CS0542: `Main.Main(string[])': member names cannot be the same as their enclosing type prog.cs(2,7): (Location of the symbol related to previous error) Compilation failed: 1 error(s), 0 warnings
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!