public static void Main()
var answers = new[] { 3, 3, 2, 1, 1, 3, 2, 4, 2, 1 };
var points = new[] { 5, 5, 5, 5, 5, 15, 15, 15, 15, 15 };
var tresult = new Boolean(){};
new[] { 1, 1, 1, 1, 1, 3, 2, 4, 2, 1 },
new[] { 3, 1, 2, 1, 1, 3, 2, 4, 2, 1 },
new[] { 1, 1, 2, 1, 1, 3, 2, 4, 2, 1 },
foreach(var student in students)
tresult = student.Zip(answers,(stu,ans) => stu==ans);