/ Vijos /

记录详情

Compile Error

In file included from /usr/include/c++/6/algorithm:62:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:65,
                 from /in/foo.cc:1:
/usr/include/c++/6/bits/stl_algo.h: In instantiation of '_EuclideanRingElement std::__gcd(_EuclideanRingElement, _EuclideanRingElement) [with _EuclideanRingElement = long double]':
/in/foo.cc:7:21:   required from here
/usr/include/c++/6/bits/stl_algo.h:1233:36: error: invalid operands of types 'long double' and 'long double' to binary 'operator%'
    _EuclideanRingElement __t = __m % __n;
                                ~~~~^~~~~

信息

递交者
类型
递交
题目
P1047 最小公倍数
语言
C++
递交时间
2020-07-17 14:58:41
评测时间
2020-07-17 14:58:41
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes