제출 #419414

#제출 시각UTC-0아이디문제언어결과실행 시간메모리
4194142021-06-07 05:30:50TricksterArt Exhibition (JOI18_art)C++14
컴파일 에러
0 ms0 KiB
//Suleyman Atayew
#include <algorithm>
#include <iostream>
#include <string.h>
#include <stdio.h>
#include <vector>
#include <bitset>
#include <queue>
#include <cmath>
#include <map>
#include <set>
#define N 500010
#define ff first
#define ss second
#define pb push_back
#define ll long long
#define mod 1000000007
#define pii pair <ll, ll>
#define sz(a) (ll)(a.size())
ll bigmod(ll a, ll b) { if(b==0)return 1; ll ret = bigmod(a, b/2); return ret * ret % mod * (b%2 ? a : 1) % mod; }
using namespace std;
ll n;
pii p[N];
ll f(ll x)
{
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

컴파일 시 표준 에러 (stderr) 메시지

art.cpp: In function 'int main()':
art.cpp:54:58: error: no matching function for call to 'max(int&, long long int&)'
   54 |         cin >> p[i].ff >> p[i].ss, ans = max(ans, p[i].ss);
      |                                                          ^
In file included from /usr/include/c++/10/algorithm:61,
                 from art.cpp:3:
/usr/include/c++/10/bits/stl_algobase.h:254:5: note: candidate: 'template<class _Tp> constexpr const _Tp& std::max(const _Tp&, const _Tp&)'
  254 |     max(const _Tp& __a, const _Tp& __b)
      |     ^~~
/usr/include/c++/10/bits/stl_algobase.h:254:5: note:   template argument deduction/substitution failed:
art.cpp:54:58: note:   deduced conflicting types for parameter 'const _Tp' ('int' and 'long long int')
   54 |         cin >> p[i].ff >> p[i].ss, ans = max(ans, p[i].ss);
      |                                                          ^
In file included from /usr/include/c++/10/algorithm:61,
                 from art.cpp:3:
/usr/include/c++/10/bits/stl_algobase.h:300:5: note: candidate: 'template<class _Tp, class _Compare> constexpr const _Tp& std::max(const _Tp&, const _Tp&, _Compare)'
  300 |     max(const _Tp& __a, const _Tp& __b, _Compare __comp)
      |     ^~~
/usr/include/c++/10/bits/stl_algobase.h:300:5: note:   template argument deduction/substitution failed:
art.cpp:54:58: note:   deduced conflicting types for parameter 'const _Tp' ('int' and 'long long int')
   54 |         cin >> p[i].ff >> p[i].ss, ans = max(ans, p[i].ss);
      |                                                          ^
In file included from /usr/include/c++/10/algorithm:62,
                 from art.cpp:3:
/usr/include/c++/10/bits/stl_algo.h:3480:5: note: candidate: 'template<class _Tp> constexpr _Tp std::max(std::initializer_list<_Tp>)'
 3480 |     max(initializer_list<_Tp> __l)
      |     ^~~
/usr/include/c++/10/bits/stl_algo.h:3480:5: note:   template argument deduction/substitution failed:
art.cpp:54:58: note:   mismatched types 'std::initializer_list<_Tp>' and 'int'
   54 |         cin >> p[i].ff >> p[i].ss, ans = max(ans, p[i].ss);
      |                                                          ^
In file included from /usr/include/c++/10/algorithm:62,
                 from art.cpp:3:
/usr/include/c++/10/bits/stl_algo.h:3486:5: note: candidate: 'template<class _Tp, class _Compare> constexpr _Tp std::max(std::initializer_list<_Tp>, _Compare)'
 3486 |     max(initializer_list<_Tp> __l, _Compare __comp)
      |     ^~~
/usr/include/c++/10/bits/stl_algo.h:3486:5: note:   template argument deduction/substitution failed:
art.cpp:54:58: note:   mismatched types 'std::initializer_list<_Tp>' and 'int'
   54 |         cin >> p[i].ff >> p[i].ss, ans = max(ans, p[i].ss);
      |                                                          ^
art.cpp:68:26: error: no matching function for call to 'max(long long int, int&)'
   68 |     cout << max(f(l), ans);
      |                          ^
In file included from /usr/include/c++/10/algorithm:61,
                 from art.cpp:3:
/usr/include/c++/10/bits/stl_algobase.h:254:5: note: candidate: 'template<class _Tp> constexpr const _Tp& std::max(const _Tp&, const _Tp&)'
  254 |     max(const _Tp& __a, const _Tp& __b)
      |     ^~~
/usr/include/c++/10/bits/stl_algobase.h:254:5: note:   template argument deduction/substitution failed:
art.cpp:68:26: note:   deduced conflicting types for parameter 'const _Tp' ('long long int' and 'int')
   68 |     cout << max(f(l), ans);
      |                          ^
In file included from /usr/include/c++/10/algorithm:61,
                 from art.cpp:3:
/usr/include/c++/10/bits/stl_algobase.h:300:5: note: candidate: 'template<class _Tp, class _Compare> constexpr const _Tp& std::max(const _Tp&, const _Tp&, _Compare)'
  300 |     max(const _Tp& __a, const _Tp& __b, _Compare __comp)
      |     ^~~
/usr/include/c++/10/bits/stl_algobase.h:300:5: note:   template argument deduction/substitution failed:
art.cpp:68:26: note:   deduced conflicting types for parameter 'const _Tp' ('long long int' and 'int')
   68 |     cout << max(f(l), ans);
      |                          ^
In file included from /usr/include/c++/10/algorithm:62,
                 from art.cpp:3:
/usr/include/c++/10/bits/stl_algo.h:3480:5: note: candidate: 'template<class _Tp> constexpr _Tp std::max(std::initializer_list<_Tp>)'
 3480 |     max(initializer_list<_Tp> __l)
      |     ^~~
/usr/include/c++/10/bits/stl_algo.h:3480:5: note:   template argument deduction/substitution failed:
art.cpp:68:26: note:   mismatched types 'std::initializer_list<_Tp>' and 'long long int'
   68 |     cout << max(f(l), ans);
      |                          ^
In file included from /usr/include/c++/10/algorithm:62,
                 from art.cpp:3:
/usr/include/c++/10/bits/stl_algo.h:3486:5: note: candidate: 'template<class _Tp, class _Compare> constexpr _Tp std::max(std::initializer_list<_Tp>, _Compare)'
 3486 |     max(initializer_list<_Tp> __l, _Compare __comp)
      |     ^~~
/usr/include/c++/10/bits/stl_algo.h:3486:5: note:   template argument deduction/substitution failed:
art.cpp:68:26: note:   mismatched types 'std::initializer_list<_Tp>' and 'long long int'
   68 |     cout << max(f(l), ans);
      |                          ^