对下列C++的代码,描述准确的是( )。
int first = 10;
printf("{%d}\n", First)
执行后输出10
执行后输出 {First}
执行后输出 "{First}"
编译报错,因为First应该是first