Submission #929061

#TimeUsernameProblemLanguageResultExecution timeMemory
929061sondos225COCI17_cezar (COCI17_cezar)C++17
Compilation error
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; #define int long long #define fast ios_base::sync_with_stdio(0);cin.tie(NULL);cout.tie(NULL); #define pb push_back #define yes "YES" #define no "NO" #define bigg INT_MAX #define debug(x) cout<<(#x)<<" = " <<x<<endl; #define all(x) x.begin(),x.end() #define sz size() #define nn '\n' #define mms(x,y) memset(x,y,sizeof(x)) #define forr(i,j,n) for (int i=j; i<n; i++) #define forn(i,j,n) for (int i=j; i>n; i--) #define fi first #define se second #define la "LA" #define cinn(x,y) for(int i=0; i<y; i++) cin>>x[i]; #define pii pair<int,int> signed main() { // #ifndef LOCAL // freopen("helpcross.in","r",stdin); // freopen("helpcross.out","w", stdout); // #endif fast int n; cin>>n; int a[12]; forr(i,1,10) a[i]=4; a[10]=16; a[11]=4; int x; int sm=0; forr(i,0,n) { cin>>x; sm+=x; a[x]--; } int df=21-sm; int c1=0, c2=0; forr(i,1,min(df+1,12)) { c1+=a[i]; } forr(i,min(df+1,12),12) { c2+=a[i]; } //cout<<c1<<' '<<c2<<endl; if (c1<=c2) cout<<"DOSTA"; else cout<<"VUCI"; return 0; }

Compilation message (stderr)

cezar.cpp: In function 'int main()':
cezar.cpp:44:25: error: no matching function for call to 'min(long long int, int)'
   44 |     forr(i,1,min(df+1,12))
      |                         ^
cezar.cpp:14:37: note: in definition of macro 'forr'
   14 | #define forr(i,j,n) for (int i=j; i<n; i++)
      |                                     ^
In file included from /usr/include/c++/10/bits/specfun.h:45,
                 from /usr/include/c++/10/cmath:1927,
                 from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:41,
                 from cezar.cpp:1:
/usr/include/c++/10/bits/stl_algobase.h:230:5: note: candidate: 'template<class _Tp> constexpr const _Tp& std::min(const _Tp&, const _Tp&)'
  230 |     min(const _Tp& __a, const _Tp& __b)
      |     ^~~
/usr/include/c++/10/bits/stl_algobase.h:230:5: note:   template argument deduction/substitution failed:
cezar.cpp:44:25: note:   deduced conflicting types for parameter 'const _Tp' ('long long int' and 'int')
   44 |     forr(i,1,min(df+1,12))
      |                         ^
cezar.cpp:14:37: note: in definition of macro 'forr'
   14 | #define forr(i,j,n) for (int i=j; i<n; i++)
      |                                     ^
In file included from /usr/include/c++/10/bits/specfun.h:45,
                 from /usr/include/c++/10/cmath:1927,
                 from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:41,
                 from cezar.cpp:1:
/usr/include/c++/10/bits/stl_algobase.h:278:5: note: candidate: 'template<class _Tp, class _Compare> constexpr const _Tp& std::min(const _Tp&, const _Tp&, _Compare)'
  278 |     min(const _Tp& __a, const _Tp& __b, _Compare __comp)
      |     ^~~
/usr/include/c++/10/bits/stl_algobase.h:278:5: note:   template argument deduction/substitution failed:
cezar.cpp:44:25: note:   deduced conflicting types for parameter 'const _Tp' ('long long int' and 'int')
   44 |     forr(i,1,min(df+1,12))
      |                         ^
cezar.cpp:14:37: note: in definition of macro 'forr'
   14 | #define forr(i,j,n) for (int i=j; i<n; i++)
      |                                     ^
In file included from /usr/include/c++/10/algorithm:62,
                 from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:65,
                 from cezar.cpp:1:
/usr/include/c++/10/bits/stl_algo.h:3468:5: note: candidate: 'template<class _Tp> constexpr _Tp std::min(std::initializer_list<_Tp>)'
 3468 |     min(initializer_list<_Tp> __l)
      |     ^~~
/usr/include/c++/10/bits/stl_algo.h:3468:5: note:   template argument deduction/substitution failed:
cezar.cpp:44:25: note:   mismatched types 'std::initializer_list<_Tp>' and 'long long int'
   44 |     forr(i,1,min(df+1,12))
      |                         ^
cezar.cpp:14:37: note: in definition of macro 'forr'
   14 | #define forr(i,j,n) for (int i=j; i<n; i++)
      |                                     ^
In file included from /usr/include/c++/10/algorithm:62,
                 from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:65,
                 from cezar.cpp:1:
/usr/include/c++/10/bits/stl_algo.h:3474:5: note: candidate: 'template<class _Tp, class _Compare> constexpr _Tp std::min(std::initializer_list<_Tp>, _Compare)'
 3474 |     min(initializer_list<_Tp> __l, _Compare __comp)
      |     ^~~
/usr/include/c++/10/bits/stl_algo.h:3474:5: note:   template argument deduction/substitution failed:
cezar.cpp:44:25: note:   mismatched types 'std::initializer_list<_Tp>' and 'long long int'
   44 |     forr(i,1,min(df+1,12))
      |                         ^
cezar.cpp:14:37: note: in definition of macro 'forr'
   14 | #define forr(i,j,n) for (int i=j; i<n; i++)
      |                                     ^
cezar.cpp:48:23: error: no matching function for call to 'min(long long int, int)'
   48 |     forr(i,min(df+1,12),12)
      |                       ^
cezar.cpp:14:32: note: in definition of macro 'forr'
   14 | #define forr(i,j,n) for (int i=j; i<n; i++)
      |                                ^
In file included from /usr/include/c++/10/bits/specfun.h:45,
                 from /usr/include/c++/10/cmath:1927,
                 from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:41,
                 from cezar.cpp:1:
/usr/include/c++/10/bits/stl_algobase.h:230:5: note: candidate: 'template<class _Tp> constexpr const _Tp& std::min(const _Tp&, const _Tp&)'
  230 |     min(const _Tp& __a, const _Tp& __b)
      |     ^~~
/usr/include/c++/10/bits/stl_algobase.h:230:5: note:   template argument deduction/substitution failed:
cezar.cpp:48:23: note:   deduced conflicting types for parameter 'const _Tp' ('long long int' and 'int')
   48 |     forr(i,min(df+1,12),12)
      |                       ^
cezar.cpp:14:32: note: in definition of macro 'forr'
   14 | #define forr(i,j,n) for (int i=j; i<n; i++)
      |                                ^
In file included from /usr/include/c++/10/bits/specfun.h:45,
                 from /usr/include/c++/10/cmath:1927,
                 from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:41,
                 from cezar.cpp:1:
/usr/include/c++/10/bits/stl_algobase.h:278:5: note: candidate: 'template<class _Tp, class _Compare> constexpr const _Tp& std::min(const _Tp&, const _Tp&, _Compare)'
  278 |     min(const _Tp& __a, const _Tp& __b, _Compare __comp)
      |     ^~~
/usr/include/c++/10/bits/stl_algobase.h:278:5: note:   template argument deduction/substitution failed:
cezar.cpp:48:23: note:   deduced conflicting types for parameter 'const _Tp' ('long long int' and 'int')
   48 |     forr(i,min(df+1,12),12)
      |                       ^
cezar.cpp:14:32: note: in definition of macro 'forr'
   14 | #define forr(i,j,n) for (int i=j; i<n; i++)
      |                                ^
In file included from /usr/include/c++/10/algorithm:62,
                 from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:65,
                 from cezar.cpp:1:
/usr/include/c++/10/bits/stl_algo.h:3468:5: note: candidate: 'template<class _Tp> constexpr _Tp std::min(std::initializer_list<_Tp>)'
 3468 |     min(initializer_list<_Tp> __l)
      |     ^~~
/usr/include/c++/10/bits/stl_algo.h:3468:5: note:   template argument deduction/substitution failed:
cezar.cpp:48:23: note:   mismatched types 'std::initializer_list<_Tp>' and 'long long int'
   48 |     forr(i,min(df+1,12),12)
      |                       ^
cezar.cpp:14:32: note: in definition of macro 'forr'
   14 | #define forr(i,j,n) for (int i=j; i<n; i++)
      |                                ^
In file included from /usr/include/c++/10/algorithm:62,
                 from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:65,
                 from cezar.cpp:1:
/usr/include/c++/10/bits/stl_algo.h:3474:5: note: candidate: 'template<class _Tp, class _Compare> constexpr _Tp std::min(std::initializer_list<_Tp>, _Compare)'
 3474 |     min(initializer_list<_Tp> __l, _Compare __comp)
      |     ^~~
/usr/include/c++/10/bits/stl_algo.h:3474:5: note:   template argument deduction/substitution failed:
cezar.cpp:48:23: note:   mismatched types 'std::initializer_list<_Tp>' and 'long long int'
   48 |     forr(i,min(df+1,12),12)
      |                       ^
cezar.cpp:14:32: note: in definition of macro 'forr'
   14 | #define forr(i,j,n) for (int i=j; i<n; i++)
      |                                ^