/ Vijos /

记录详情

Compile Error

/in/Main.java:11: error: non-static variable this cannot be referenced from a static context
        int studentCount = this.readInt();
                           ^
/in/Main.java:12: error: non-static variable students cannot be referenced from a static context
        students = new String[studentCount][6];
        ^
/in/Main.java:14: error: non-static variable this cannot be referenced from a static context
            dataStr = this.readLine();
                      ^
/in/Main.java:16: error: non-static variable students cannot be referenced from a static context
            System.arraycopy(dataArr, 0, students[i], 0, dataArr.length);
                                         ^
4 errors

信息

递交者
类型
递交
题目
P1001 谁拿了最多奖学金
语言
Java
递交时间
2018-02-22 22:08:18
评测时间
2018-02-22 22:08:18
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes