如题目或答案有误,请通过BUG反馈告知我们修正,谢谢!
x/y*z
x*(1/(y*z))
x/y*1/z
x/y/z
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)
'a'<=c<= 'z'
(c>= 'a')||(c<= 'z')
('a'<=c)and ('z'>=c)
(c>= 'a')&&(c<= 'z')
10<回车>22<回车>33<回车>
10.0,22.0,33.0<回车>
10.0<回车>22.0 33.0<回车>
10 22<回车>33<回车>
(x>=Y)&&(Y>=z)
(x>=Y)AND(y>=z)
(x>=Y>=z)
(x>=Y)&(Y>=z)
11
10
9
8
1
3 0
1 -2
死循环
s\\t
s\t
s\
s
(*p).data.a
(*p).a
p->data.a
p.data.a
E!=0
E!=1
E==0
E==1
提交答案
推荐工具