prog.cs(15,20): warning CS0642: Possible mistaken empty statement
prog.cs(17,20): warning CS0642: Possible mistaken empty statement
prog.cs(19,20): warning CS0642: Possible mistaken empty statement
prog.cs(11,30): error CS0246: The type or namespace name `i' could not be found. Are you missing a using directive or an assembly reference?
prog.cs(12,13): error CS1579: foreach statement cannot operate on variables of type `int' because it does not contain a definition for `GetEnumerator' or is inaccessible
Compilation failed: 2 error(s), 3 warnings