#define N 10 #define s(x) x * x -5 #define f(x) (x * x) * s(x) main() { int a,b, a = 1000/s(

admin2016-12-25  8

问题 #define N 10
       #define s(x)  x * x -5
        #define f(x)   (x * x)  * s(x)
      main()
    { int a,b,
       a = 1000/s(N) ;
      b = 1000/f(N) ;

选项

答案995995

解析
转载请注明原文地址:https://kaotiyun.com/show/SjAx777K
0

最新回复(0)