Welcome to the AtCoder Educational DP Contest Solutions Repository! This repository contains solutions to all the problems featured in the AtCoder Educational DP Contest. Whether you're looking to ...
#define f(n) for(ll i=0;i<n;i++) #define fr(n) for(ll i=n-1;i>=0;i--) ...