closing.cpp: In function 'int max_score(int, int, int, long long int, std::vector<int>, std::vector<int>, std::vector<int>)':
closing.cpp:159:101: error: no matching function for call to 'max(int&, long int)'
159 | ans = max(ans, cnt + i * 2 + (K - sum < 0 ? -MOD : upper_bound(all(ord), K - sum) - ord.begin()));
| ^
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 closing.cpp:8:
/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:
closing.cpp:159:101: note: deduced conflicting types for parameter 'const _Tp' ('int' and 'long int')
159 | ans = max(ans, cnt + i * 2 + (K - sum < 0 ? -MOD : upper_bound(all(ord), K - sum) - ord.begin()));
| ^
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 closing.cpp:8:
/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:
closing.cpp:159:101: note: deduced conflicting types for parameter 'const _Tp' ('int' and 'long int')
159 | ans = max(ans, cnt + i * 2 + (K - sum < 0 ? -MOD : upper_bound(all(ord), K - sum) - ord.begin()));
| ^
In file included from /usr/include/c++/10/algorithm:62,
from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:65,
from closing.cpp:8:
/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:
closing.cpp:159:101: note: mismatched types 'std::initializer_list<_Tp>' and 'int'
159 | ans = max(ans, cnt + i * 2 + (K - sum < 0 ? -MOD : upper_bound(all(ord), K - sum) - ord.begin()));
| ^
In file included from /usr/include/c++/10/algorithm:62,
from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:65,
from closing.cpp:8:
/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:
closing.cpp:159:101: note: mismatched types 'std::initializer_list<_Tp>' and 'int'
159 | ans = max(ans, cnt + i * 2 + (K - sum < 0 ? -MOD : upper_bound(all(ord), K - sum) - ord.begin()));
| ^
closing.cpp:160:135: error: no matching function for call to 'max(int&, long int)'
160 | if(i) ans = max(ans, cnt + i * 2 + (K - sum + pref[i - 1] < 0 ? -MOD : upper_bound(all(ord), K - sum + pref[i - 1]) - ord.begin()));
| ^
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 closing.cpp:8:
/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:
closing.cpp:160:135: note: deduced conflicting types for parameter 'const _Tp' ('int' and 'long int')
160 | if(i) ans = max(ans, cnt + i * 2 + (K - sum + pref[i - 1] < 0 ? -MOD : upper_bound(all(ord), K - sum + pref[i - 1]) - ord.begin()));
| ^
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 closing.cpp:8:
/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:
closing.cpp:160:135: note: deduced conflicting types for parameter 'const _Tp' ('int' and 'long int')
160 | if(i) ans = max(ans, cnt + i * 2 + (K - sum + pref[i - 1] < 0 ? -MOD : upper_bound(all(ord), K - sum + pref[i - 1]) - ord.begin()));
| ^
In file included from /usr/include/c++/10/algorithm:62,
from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:65,
from closing.cpp:8:
/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:
closing.cpp:160:135: note: mismatched types 'std::initializer_list<_Tp>' and 'int'
160 | if(i) ans = max(ans, cnt + i * 2 + (K - sum + pref[i - 1] < 0 ? -MOD : upper_bound(all(ord), K - sum + pref[i - 1]) - ord.begin()));
| ^
In file included from /usr/include/c++/10/algorithm:62,
from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:65,
from closing.cpp:8:
/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:
closing.cpp:160:135: note: mismatched types 'std::initializer_list<_Tp>' and 'int'
160 | if(i) ans = max(ans, cnt + i * 2 + (K - sum + pref[i - 1] < 0 ? -MOD : upper_bound(all(ord), K - sum + pref[i - 1]) - ord.begin()));
| ^
closing.cpp:161:134: error: no matching function for call to 'max(int&, long int)'
161 | if(i < sz(in)) ans = max(ans, cnt + i * 2 + (K - sum - suf[i] < 0 ? -MOD : upper_bound(all(ord), K - sum - suf[i]) - ord.begin()));
| ^
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 closing.cpp:8:
/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:
closing.cpp:161:134: note: deduced conflicting types for parameter 'const _Tp' ('int' and 'long int')
161 | if(i < sz(in)) ans = max(ans, cnt + i * 2 + (K - sum - suf[i] < 0 ? -MOD : upper_bound(all(ord), K - sum - suf[i]) - ord.begin()));
| ^
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 closing.cpp:8:
/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:
closing.cpp:161:134: note: deduced conflicting types for parameter 'const _Tp' ('int' and 'long int')
161 | if(i < sz(in)) ans = max(ans, cnt + i * 2 + (K - sum - suf[i] < 0 ? -MOD : upper_bound(all(ord), K - sum - suf[i]) - ord.begin()));
| ^
In file included from /usr/include/c++/10/algorithm:62,
from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:65,
from closing.cpp:8:
/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:
closing.cpp:161:134: note: mismatched types 'std::initializer_list<_Tp>' and 'int'
161 | if(i < sz(in)) ans = max(ans, cnt + i * 2 + (K - sum - suf[i] < 0 ? -MOD : upper_bound(all(ord), K - sum - suf[i]) - ord.begin()));
| ^
In file included from /usr/include/c++/10/algorithm:62,
from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:65,
from closing.cpp:8:
/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:
closing.cpp:161:134: note: mismatched types 'std::initializer_list<_Tp>' and 'int'
161 | if(i < sz(in)) ans = max(ans, cnt + i * 2 + (K - sum - suf[i] < 0 ? -MOD : upper_bound(all(ord), K - sum - suf[i]) - ord.begin()));
| ^
closing.cpp: In function 'void freop(std::string)':
closing.cpp:72:10: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
72 | freopen((s + ".in").c_str(), "r", stdin);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
closing.cpp:73:10: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
73 | freopen((s + ".out").c_str(), "w", stdout);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~