0_0_36400135_28315.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_36400135_28315.cpp:74:7: error: expected ')' before ':' token
: "=a" (d), "=d" (m)
^
0_0_36400135_28315.cpp:74:26: error: expression cannot be used as a function
: "=a" (d), "=d" (m)
^
0_0_36400135_28315.cpp:75:26: error: expression cannot be used as a function
: "d" (xh), "a" (xl), "r" (mod())
^
0_0_36400135_28315.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_36400135_28315.cpp:244:21: required from 'Martix<T> Martix<T>::inv() const [with T = Modular<std::integral_constant<int, 1000000007> >]'
0_0_36400135_28315.cpp:302:17: required from here
0_0_36400135_28315.cpp:75:39: error: expression cannot be used as a function
: "d" (xh), "a" (xl), "r" (mod())
^
0_0_36400135_28315.cpp:76:5: error: 'asm' was not declared in this scope
);
^
|