如题目或答案有误,请通过BUG反馈告知我们修正,谢谢!
字符串中有非法字符
\"c:\\abc.dat\"
"c:\abc.dat"
"c:\\abc.dat"
8,10,16
8,10,10
10,10,10
10,10,16
VAR
cher
integer
default
1
6.0
2.0
1.0
*(a[1]+1)
*(&a[1][1])
(*(a+1))[1]
*(a+5)
36
24
18
20
enum a={one,two,three};
enum a{one=9,two=-1,three};
enum a={″one″,″two″,″three″};
enum a{″one″,″two″,″three″};
<=
=
%
&&
M = = 0
M = = 1
M ! = 0
M ! = 1
宏替换只是字符替换
宏名无类型
宏替换不占用运行时间
宏替换不占用编译时间
提交答案
推荐工具