using System; public class Test { public static void Main() { 1++; // your code goes here } }
Standard input is empty
prog.cs(7,4): error CS1059: The operand of an increment or decrement operator must be a variable, property or indexer Compilation failed: 1 error(s), 0 warnings
Standard output is empty