记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:39:30: error: lvalue required as unary '&' operand
   scanf("%lf%lf", &a[i].real(), &b[n-i-1].real());
                              ^
foo.cpp:39:48: error: lvalue required as unary '&' operand
   scanf("%lf%lf", &a[i].real(), &b[n-i-1].real());
                                                ^

信息

递交者
类型
递交
题目
快速傅里叶变换
语言
C++
递交时间
2017-03-17 18:28:42
评测时间
2017-03-17 18:28:42
评测机
分数
0
总耗时
832ms
峰值内存
0 Bytes