填空题 下面程序的运行结果为( )。 #define DOUBLE(r) r*r #include using namespace std; int main 1 { int x=l,y=2,tl,t2; tl=DOUBLE(3); t2=DOUBLE(x+y); cout<
  • 1、
【正确答案】 1、9 5    
【答案解析】