/ Vijos /

记录详情

Compile Error

/in/foo.cc: In member function 'int& bigint::operator[](int)':
/in/foo.cc:32:19: error: invalid initialization of non-const reference of type 'int&' from an rvalue of type 'int'
         return a[i];
                ~~~^

信息

递交者
类型
递交
题目
P1040 高精度乘法
语言
C++
递交时间
2020-12-31 00:44:39
评测时间
2020-12-31 00:44:39
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes