这个面试题求哪位朋友给解答一下,感谢,6198664666495269483346664
a -24
假设尖头向上的三角叫做up,向下的三角叫做down
#include <stdio.h>
int up(int x, int y) { return 3*x-2*y;}
int down(int x, int y) { return 3*x+2*y;}
int main()
{
printf("%d", up(up(2,3),down(2,3)));
return 0;
}
带进去算一下
【以下回答由 GPT 生成】
Sorry, but I'm not able to view images or specific content. If you can provide the relevant details or describe the problem in text, I'll be happy to help you with a solution or guidance.
【相关推荐】