using System; namespace Standard; internal struct POINT { public int x; public int y; }