0_0_15286374_31647.cpp:1:1: error: stray '\307' in program
package 求平均成绩;
^
0_0_15286374_31647.cpp:1:1: error: stray '\363' in program
0_0_15286374_31647.cpp:1:1: error: stray '\306' in program
0_0_15286374_31647.cpp:1:1: error: stray '\275' in program
0_0_15286374_31647.cpp:1:1: error: stray '\276' in program
0_0_15286374_31647.cpp:1:1: error: stray '\371' in program
0_0_15286374_31647.cpp:1:1: error: stray '\263' in program
0_0_15286374_31647.cpp:1:1: error: stray '\311' in program
0_0_15286374_31647.cpp:1:1: error: stray '\274' in program
0_0_15286374_31647.cpp:1:1: error: stray '\250' in program
0_0_15286374_31647.cpp:40:1: error: stray '\306' in program
public class 平均成绩 {
^
0_0_15286374_31647.cpp:40:1: error: stray '\275' in program
0_0_15286374_31647.cpp:40:1: error: stray '\276' in program
0_0_15286374_31647.cpp:40:1: error: stray '\371' in program
0_0_15286374_31647.cpp:40:1: error: stray '\263' in program
0_0_15286374_31647.cpp:40:1: error: stray '\311' in program
0_0_15286374_31647.cpp:40:1: error: stray '\274' in program
0_0_15286374_31647.cpp:40:1: error: stray '\250' in program
0_0_15286374_31647.cpp:1:1: error: 'package' does not name a type
package 求平均成绩;
^
0_0_15286374_31647.cpp:2:1: error: 'import' does not name a type
import java.util.Scanner;
^
0_0_15286374_31647.cpp:5:9: error: expected ':' before 'float'
public float[] grade ;
^
0_0_15286374_31647.cpp:5:14: error: expected unqualified-id before '[' token
public float[] grade ;
^
0_0_15286374_31647.cpp:6:9: error: expected ':' before 'float'
public float aver;
^
0_0_15286374_31647.cpp:21:1: error: expected ';' after class definition
}
^
0_0_15286374_31647.cpp: In constructor 'Students::Students(int)':
0_0_15286374_31647.cpp:8:8: error: request for member 'm' in '(Students*)this', which is of pointer type 'Students*' (maybe you meant to use '->' ?)
this.m=m;
^
0_0_15286374_31647.cpp:9:3: error: 'grade' was not declared in this scope
grade=new float[m];
^
0_0_15286374_31647.cpp: In member function 'float Students::average(float)':
0_0_15286374_31647.cpp:12:11: error: request for member 'aver' in '(Students*)this', which is of pointer type 'Students*' (maybe you meant to use '->' ?)
this.aver=sum/m;
^
0_0_15286374_31647.cpp: At global scope:
0_0_15286374_31647.cpp:24:9: error: expected ':' before 'float'
public float[] stu;
^
0_0_15286374_31647.cpp:24:14: error: expected unqualified-id before '[' token
public float[] stu;
^
0_0_15286374_31647.cpp:39:1: error: expected ';' after class definition
}
^
0_0_15286374_31647.cpp: In constructor 'Score::Score(int)':
0_0_15286374_31647.cpp:28:8: error: request for member 'n' in '(Score*)this', which is of pointer type 'Score*' (maybe you meant to use '->' ?)
this.n=n;
^
0_0_15286374_31647.cpp:29:3: error: 'stu' was not declared in this scope
stu=new float[n];
^
0_0_15286374_31647.cpp: In member function 'float Score::average()':
0_0_15286374_31647.cpp:34:9: error: 'stu' was not declared in this scope
sum+=stu[i];
^
0_0_15286374_31647.cpp:36:8: error: request for member 'ave' in '(Score*)this', which is of pointer type 'Score*' (maybe you meant to use '->' ?)
this.ave=sum/n;
^
0_0_15286374_31647.cpp: At global scope:
0_0_15286374_31647.cpp:40:1: error: expected unqualified-id before 'public'
public class 平均成绩 {
^
|