mirror of
https://gitcode.com/Zengtudor/alg2025.git
synced 2025-08-21 18:52:07 +00:00
update
This commit is contained in:
parent
5f7301d876
commit
81b4d20d14
@ -12,13 +12,6 @@ ll n,a,b,ans=std::numeric_limits<ll>::max();
|
||||
std::vector<std::vector<ll>> dp;
|
||||
constexpr ll idxa = 6000+7;
|
||||
|
||||
template<class ...Ts>
|
||||
static inline __attribute__((always_inline)) void log(Ts&&...ts){
|
||||
std::cout<<"Log: ";
|
||||
((std::cout<<ts<<' '),...);
|
||||
std::cout<<'\n';
|
||||
}
|
||||
|
||||
static inline __attribute__((always_inline)) ll& getdp(ll i,ll j){
|
||||
return dp[i%2][j+idxa];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user