记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:33:19: warning: format '%f' expects argument of type 'float*', but argument 2 has type 'int*' [-Wformat=]
   scanf("%f",&a[i]);
                   ^
/in/foo.cc:34:17: error: cannot convert 'int*' to 'float*' for argument '1' to 'ZX wang(float*, int)'
  ZX zx=wang(a,10);
                 ^

信息

递交者
类型
自测
语言
C++
递交时间
2024-12-23 17:59:53
评测时间
2024-12-23 17:59:53
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes