记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:83:11: error: invalid initialization of non-const reference of type 'complex&' from an rvalue of type 'complex'
  hhh.set (complex(p,q),i);
           ^~~~~~~~~~~~
/in/foo.cc:47:7: note:   initializing argument 1 of 'void complexarray::set(complex&, int)'
  void set(complex& c,int i)
       ^~~

信息

递交者
类型
递交
题目
P1013 OO2-3 复数数组类的冒泡排序
语言
C++
递交时间
2019-04-02 22:12:34
评测时间
2019-04-02 22:12:34
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes