如题目或答案有误,请通过BUG反馈告知我们修正,谢谢!
VAR
cher
integer
default
0
29
31
无定值
-3
9
-12
6
1
3 0
1 -2
死循环
enum a={one,two,three};
enum a{one=9,two=-1,three};
enum a={″one″,″two″,″three″};
enum a{″one″,″two″,″three″};
(*p).data.a
(*p).a
p->data.a
p.data.a
/
%=
!=
〈=
字符串中有非法字符
\"c:\\abc.dat\"
"c:\abc.dat"
"c:\\abc.dat"
无限次
有语法错,不能执行
一次也不执行
执行1次
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)
提交答案
推荐工具