#include "stdio.h"main(){char c1,c2;c1='o';c2='y';putchar('\102');putchar(c1);putchar(c2);}为什么运行结果会是Boy102在ASCII中是f,应该是foy,怎么会是Boy