如题目或答案有误,请通过BUG反馈告知我们修正,谢谢!
enum a={one,two,three};
enum a{one=9,two=-1,three};
enum a={″one″,″two″,″three″};
enum a{″one″,″two″,″three″};
1
2
4
5
8,10,16
8,10,10
10,10,10
10,10,16
6.0
2.0
1.0
x/y*z
x*(1/(y*z))
x/y*1/z
x/y/z
12
8
7
11
9
void fun (int x, int y);
fun (int x, int y);
int fun (int x,y);
char *fun (char *s);
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)
字符串中有非法字符
\"c:\\abc.dat\"
"c:\abc.dat"
"c:\\abc.dat"
提交答案
推荐工具