• 2022-06-15
    class Test{int x;static int y;static void Main(){Test t = new Test();t.x = 1;t.y = 1;test.x = 1;test.y = 1;}}以上程序中共有几句错误()
    A: 1
    B: 2
    C: 3
    D: 4