0_0_38647670_16292.cpp: In function 'void solve()':
0_0_38647670_16292.cpp:30:23: error: no matching function for call to '__gcd(int&, ll&)'
d = __gcd(d,v[j]);
^
In file included from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/algorithm:62,
from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/x86_64-w64-mingw32/bits/stdc++.h:65,
from 0_0_38647670_16292.cpp:1:
gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/stl_algo.h:1232:5: note: candidate: 'template<class _EuclideanRingElement> _EuclideanRingElement std::__gcd(_EuclideanRingElement, _EuclideanRingElement)'
__gcd(_EuclideanRingElement __m, _EuclideanRingElement __n)
^~~~~
gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/stl_algo.h:1232:5: note: template argument deduction/substitution failed:
0_0_38647670_16292.cpp:30:23: note: deduced conflicting types for parameter '_EuclideanRingElement' ('int' and 'long long int')
d = __gcd(d,v[j]);
^
|