0_0_39574437_53.cpp: In function 'int main()':
0_0_39574437_53.cpp:20:25: error: reference to 'gcd' is ambiguous
20 | gcd=__gcd(b,d);
| ^~~
In file included from .\stdc++.h:58:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/numeric:164:5: note: candidates are: 'template<class _Mn, class _Nn> constexpr std::common_type_t<_Tp1, _Tp2> std::gcd(_Mn, _Nn)'
164 | gcd(_Mn __m, _Nn __n) noexcept
| ^~~
0_0_39574437_53.cpp:4:27: note: 'int gcd'
4 | int n,a,b,c,d,e=0,f=0,g,h,gcd;
| ^~~
0_0_39574437_53.cpp:21:27: error: reference to 'gcd' is ambiguous
21 | g=gcd/b;
| ^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/numeric:164:5: note: candidates are: 'template<class _Mn, class _Nn> constexpr std::common_type_t<_Tp1, _Tp2> std::gcd(_Mn, _Nn)'
164 | gcd(_Mn __m, _Nn __n) noexcept
| ^~~
0_0_39574437_53.cpp:4:27: note: 'int gcd'
4 | int n,a,b,c,d,e=0,f=0,g,h,gcd;
| ^~~
0_0_39574437_53.cpp:22:27: error: reference to 'gcd' is ambiguous
22 | h=gcd/d;
| ^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/numeric:164:5: note: candidates are: 'template<class _Mn, class _Nn> constexpr std::common_type_t<_Tp1, _Tp2> std::gcd(_Mn, _Nn)'
164 | gcd(_Mn __m, _Nn __n) noexcept
| ^~~
0_0_39574437_53.cpp:4:27: note: 'int gcd'
4 | int n,a,b,c,d,e=0,f=0,g,h,gcd;
| ^~~
0_0_39574437_53.cpp:23:27: error: reference to 'gcd' is ambiguous
23 | f=gcd;
| ^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/numeric:164:5: note: candidates are: 'template<class _Mn, class _Nn> constexpr std::common_type_t<_Tp1, _Tp2> std::gcd(_Mn, _Nn)'
164 | gcd(_Mn __m, _Nn __n) noexcept
| ^~~
0_0_39574437_53.cpp:4:27: note: 'int gcd'
4 | int n,a,b,c,d,e=0,f=0,g,h,gcd;
| ^~~
|