如题目或答案有误,请通过BUG反馈告知我们修正,谢谢!
-3
9
-12
6
enum s={a,b,c}
enum s {a=9,b=2,c}
enum s={'a', 'b', 'c'}
enum s {'a', 'b', 'c'}
1
6.0
2.0
1.0
0xFF
1.2e0.5
2L
'\72'
void play(var :Integer,var b:Integer)
void play(int a,b)
void play(int a,int b)
Sub play(a as integer,b as integer)
struct结构体类型的关键字
example是结构体类型名
x,y,z都是结构体成员名
struct ex是结构体类型
enum a={one,two,three};
enum a{one=9,two=-1,three};
enum a={″one″,″two″,″three″};
enum a{″one″,″two″,″three″};
3
4
12
5
10
0
表达式语法有错
提交答案
推荐工具