我在某个地方遇到了以下谜题
#include <stdio.h>
int main()
{
{
/*Fill in something here to make this code compile
...........
*/
ooOoO+=a;
}
#undef ooOoO
printf("%d",ooOoO);
return 0;
}
Run Code Online (Sandbox Code Playgroud)
总之,我想问一下,如果我ooOoO在#undef编辑后如何在printf中使用它?