0_0_13135130_3123.cpp:7:10: error: 'll' was not declared in this scope
int find(ll a, ll b, ll c)
^
0_0_13135130_3123.cpp:7:16: error: 'll' was not declared in this scope
int find(ll a, ll b, ll c)
^
0_0_13135130_3123.cpp:7:22: error: 'll' was not declared in this scope
int find(ll a, ll b, ll c)
^
0_0_13135130_3123.cpp:7:26: error: expression list treated as compound expression in initializer [-fpermissive]
int find(ll a, ll b, ll c)
^
0_0_13135130_3123.cpp:8:1: error: expected ',' or ';' before '{' token
{
^
0_0_13135130_3123.cpp: In function 'int main()':
0_0_13135130_3123.cpp:18:9: error: 'll' was not declared in this scope
ll a, b, c, d;
^
0_0_13135130_3123.cpp:22:40: error: 'a' was not declared in this scope
scanf("%lld%lld%lld%lld", &a, &b, &c, &d);
^
0_0_13135130_3123.cpp:22:44: error: 'b' was not declared in this scope
scanf("%lld%lld%lld%lld", &a, &b, &c, &d);
^
0_0_13135130_3123.cpp:22:48: error: 'c' was not declared in this scope
scanf("%lld%lld%lld%lld", &a, &b, &c, &d);
^
0_0_13135130_3123.cpp:22:52: error: 'd' was not declared in this scope
scanf("%lld%lld%lld%lld", &a, &b, &c, &d);
^
0_0_13135130_3123.cpp:25:50: error: reference to 'find' is ambiguous
else if (c % a == 0 && c % b == 0 && find(a, b, d))
^
0_0_13135130_3123.cpp:7:5: note: candidates are: int find
int find(ll a, ll b, ll c)
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62:0,
from 0_0_13135130_3123.cpp:4:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:3770:5: note: template<class _IIter, class _Tp> _IIter std::find(_IIter, _IIter, const _Tp&)
find(_InputIterator __first, _InputIterator __last,
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/locale_facets.h:48:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/basic_ios.h:37,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:44,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_13135130_3123.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/streambuf_iterator.h:369:5: note: template<class _CharT2> typename __gnu_cxx::__enable_if<std::__is_char<_CharT2>::__value, std::istreambuf_iterator<_CharT> >::__type std::find(std::istreambuf_iterator<_CharT>, std::istreambuf_iterator<_CharT>, const _CharT2&)
find(istreambuf_iterator<_CharT> __first,
^
0_0_13135130_3123.cpp:27:50: error: reference to 'find' is ambiguous
else if (d % a == 0 && d % b == 0 && find(a, b, c))
^
0_0_13135130_3123.cpp:7:5: note: candidates are: int find
int find(ll a, ll b, ll c)
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62:0,
from 0_0_13135130_3123.cpp:4:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:3770:5: note: template<class _IIter, class _Tp> _IIter std::find(_IIter, _IIter, const _Tp&)
find(_InputIterator __first, _InputIterator __last,
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/locale_facets.h:48:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/basic_ios.h:37,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:44,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_13135130_3123.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/streambuf_iterator.h:369:5: note: template<class _CharT2> typename __gnu_cxx::__enable_if<std::__is_char<_CharT2>::__value, std::istreambuf_iterator<_CharT> >::__type std::find(std::istreambuf_iterator<_CharT>, std::istreambuf_iterator<_CharT>, const _CharT2&)
find(istreambuf_iterator<_CharT> __first,
^
|