using System; public class Test{ public static void Main() { 1++; +=1; // your code goes here }}
Standard input is empty
prog.cs(8,2): error CS1525: Unexpected symbol `+=' 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!