/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:236:4: error: no match for 'operator/=' (operand types are 'bigint' and 'int')
   m/=2;
   ~^~~
/in/foo.cc:202:9: note: candidate: bigint bigint::operator/=(bigint)
  bigint operator /= (bigint b)
         ^~~~~~~~
/in/foo.cc:202:9: note:   no known conversion for argument 1 from 'int' to 'bigint'

信息

递交者
类型
递交
题目
P1558 延绵的山峰
语言
C++
递交时间
2020-10-26 21:09:35
评测时间
2020-10-26 21:09:35
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes