main() { printf("AAA"+2); printf ("%c","A"+printf(" B")+printf ("C ")); }
任何人都可以告诉我它的输出是什么以及它是如何产生的?
c
c ×1