ВГ
Size: a a a
ВГ
ВГ
КА
ВГ
ВГ
А
А
public static bool isOK(List<int> l) {
var list = l
.Select(x => x.ToString().First())
.Except(
l.Select(x => x.ToString().Last())
);
return !list.Any();
}ВГ
ВГ
Dm
Dm
Dm
Dm
ВГ
Dm
ВГ
ВГ
ВГ
ВГ
ВГ