printf("%c%c%c%s%c%c%c%c",'\",'a','\","is not",'\"','a','\"','\n');

来源:学生作业帮助网 编辑:作业帮 时间:2024/07/28 01:18:19
printf(
x)+(+IPRMb(ĉ`Z)X!/,y6IET1GΆz.^dǪg3?kbKv=ygJO'L+}ټ9@EgX?W)//}6YDŽ{f)ǨU>ꢂMd.ɄI/a/?ݰOvA1맾|ٜ {

printf("%c%c%c%s%c%c%c%c",'\",'a','\","is not",'\"','a','\"','\n');
printf("%c%c%c%s%c%c%c%c",'\",'a','\","is not",'\"','a','\"','\n');

printf("%c%c%c%s%c%c%c%c",'\",'a','\","is not",'\"','a','\"','\n');
'\" 这个是想表示双引号"吗?
如果是的话,应该写成: '\'''
把printf("%c%c%c%s%c%c%c%c",'\",'a','\","is not",'\"','a','\"','\n');改为:
printf("%c%c%c%s%c%c%c%c",'\"','a','\"',"is not",'\"','a','\"','\n');
就对了.
我测试过了.希望对你有帮助.仍有问题可以HI我.