打印

[转帖] 看见的一个C++代码

看见的一个C++代码

if(我爱你)
{ if(你爱我)
   你是我的女人;
  else
   你是我的女神;
}

TOP

if(我爱你)
{ if(我爱你)
then  printf(你是我的女人)
else
printf(你是我的女神)
}

这样才是吧?
是C++
不是C

TOP

Processed in 0.061309 second(s), 5 queries, Gzip enabled