0_0_31572185_28324.cpp: In member function 'typename std::enable_if<std::is_same<typename Modular<U>::Type, int>::value, Modular<T> >::type& Modular<T>::operator*=(const Modular<T>&)':
0_0_31572185_28324.cpp:92:8: error: expected ')' before ':' token
: "=a" (d), "=d" (m)
^
0_0_31572185_28324.cpp:92:27: error: expression cannot be used as a function
: "=a" (d), "=d" (m)
^
0_0_31572185_28324.cpp:93:27: error: expression cannot be used as a function
: "d" (xh), "a" (xl), "r" (mod())
^
0_0_31572185_28324.cpp: In instantiation of 'typename std::enable_if<std::is_same<typename Modular<U>::Type, int>::value, Modular<T> >::type& Modular<T>::operator*=(const Modular<T>&) [with U = std::integral_constant<int, 1000000007>; T = std::integral_constant<int, 1000000007>; typename std::enable_if<std::is_same<typename Modular<U>::Type, int>::value, Modular<T> >::type = Modular<std::integral_constant<int, 1000000007> >]':
0_0_31572185_28324.cpp:188:25: required from 'Modular<T> operator*(const Modular<T>&, const Modular<T>&) [with T = std::integral_constant<int, 1000000007>]'
0_0_31572185_28324.cpp:265:35: required from here
0_0_31572185_28324.cpp:93:40: error: expression cannot be used as a function
: "d" (xh), "a" (xl), "r" (mod())
^
0_0_31572185_28324.cpp:94:4: error: 'asm' was not declared in this scope
);
^
|