0_0_37966329_6130.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_37966329_6130.cpp:77:13: error: expected ')' before ':' token
: "=a"(d), "=d"(m)
^
0_0_37966329_6130.cpp:77:30: error: expression cannot be used as a function
: "=a"(d), "=d"(m)
^
0_0_37966329_6130.cpp:78:30: error: expression cannot be used as a function
: "d"(xh), "a"(xl), "r"(mod()));
^
0_0_37966329_6130.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, 998244353>; T = std::integral_constant<int, 998244353>; typename std::enable_if<std::is_same<typename Modular<U>::Type, int>::value, Modular<T> >::type = Modular<std::integral_constant<int, 998244353> >]':
0_0_37966329_6130.cpp:136:77: required from 'Modular<T> operator*(const Modular<T>&, U) [with T = std::integral_constant<int, 998244353>; U = int]'
0_0_37966329_6130.cpp:191:53: required from here
0_0_37966329_6130.cpp:78:42: error: expression cannot be used as a function
: "d"(xh), "a"(xl), "r"(mod()));
^
0_0_37966329_6130.cpp:78:43: error: 'asm' was not declared in this scope
: "d"(xh), "a"(xl), "r"(mod()));
^
|