kwm_t

kwm_tのメモ

2024-02-04から1日間の記事一覧

焼きなましテンプレート

#include <bits/stdc++.h> //#include <atcoder/all> //using namespace std; //using namespace atcoder // 時間管理 class TimeKeeperDouble { private: std::chrono::high_resolution_clock::time_point start_time_; double time_threshold_; double now_time_ = 0; public: TimeKeep</atcoder/all></bits/stdc++.h>…

ABC339

■A - TLD はい ■B - Langton's Takahashi 実装面倒系。 ■C - Perfect Bus シュミレーションして最小が負になるなら補正 ■D - Synchronized Players dpをする ■E - Smooth Subsequence セグ木 ■F - Product Equality 解けるわけ無いだろこれと思ってboost使っ…