0_0_33700507_31754.cpp: In member function 'typename std::enable_if<std::is_same<typename std::Modular<U>::Type, int>::value, std::Modular<T> >::type& std::Modular<T>::operator*=(const std::Modular<T>&)':
0_0_33700507_31754.cpp:165:29: error: expected ')' before ':' token
asm("divl %4; \n\t" : "=a"(d), "=d"(m) : "d"(xh), "a"(xl), "r"(mod()));
^
0_0_33700507_31754.cpp:165:46: error: expression cannot be used as a function
asm("divl %4; \n\t" : "=a"(d), "=d"(m) : "d"(xh), "a"(xl), "r"(mod()));
^
0_0_33700507_31754.cpp:165:65: error: expression cannot be used as a function
asm("divl %4; \n\t" : "=a"(d), "=d"(m) : "d"(xh), "a"(xl), "r"(mod()));
^
0_0_33700507_31754.cpp: In instantiation of 'typename std::enable_if<std::is_same<typename std::Modular<U>::Type, int>::value, std::Modular<T> >::type& std::Modular<T>::operator*=(const std::Modular<T>&) [with U = std::integral_constant<int, 998244353>; T = std::integral_constant<int, 998244353>; typename std::enable_if<std::is_same<typename std::Modular<U>::Type, int>::value, std::Modular<T> >::type = std::Modular<std::integral_constant<int, 998244353> >]':
0_0_33700507_31754.cpp:256:28: required from 'std::Modular<T> std::operator*(const std::Modular<T>&, const std::Modular<T>&) [with T = std::integral_constant<int, 998244353>]'
0_0_33700507_31754.cpp:356:28: required from here
0_0_33700507_31754.cpp:165:77: error: expression cannot be used as a function
asm("divl %4; \n\t" : "=a"(d), "=d"(m) : "d"(xh), "a"(xl), "r"(mod()));
^
0_0_33700507_31754.cpp:165:78: error: 'asm' was not declared in this scope
asm("divl %4; \n\t" : "=a"(d), "=d"(m) : "d"(xh), "a"(xl), "r"(mod()));
^
|