听说Life Pi里面还有一个中国厨师是不是也被吃了?# Movie - 无限影话
e*9
1 楼
代码:
499 /*-------- GetSomeIDs-----*/
500 int * GetSomeIDs()
501 {
502 int ids[8];
503-550 /* The ids are defined here */
551 return ids;
552 }
题目是:
Is there a different way to write line 500 which preserves the same
effective prototype? If so, what is it?
实在想不出有什么别的方式来定义函数,不知道大家有什么建议没有?
499 /*-------- GetSomeIDs-----*/
500 int * GetSomeIDs()
501 {
502 int ids[8];
503-550 /* The ids are defined here */
551 return ids;
552 }
题目是:
Is there a different way to write line 500 which preserves the same
effective prototype? If so, what is it?
实在想不出有什么别的方式来定义函数,不知道大家有什么建议没有?