#include #include using namespace std; using namespace atcoder; using mint = modint998244353; //多倍長整数// //#include //namespace mp = boost::multiprecision; //using bint = mp::cpp_int; const int INF = 2e9; const int MOD = 998244353; const long long LINF = 5e18; using ll = long long; using vi = vector; using vl = vector; using vs = vector; using vc = vector; using vb = vector; using vvi = vector>; using vvvi = vector>>; using vvvvi = vector>>>; using vvl = vector>; using vvvl = vector>>; using vvvvl = vector>>>; using vvc = vector>; using vvb = vector>; using vvvb = vector>>; using vvvvb = vector>>>; #define rep(i, n) for (int i = 0; i < (int)(n); i++) #define dump(x) cout << #x << " = " << (x) << endl; #define Yes(n) cout << ((n) ? "Yes" : "No" ) << endl #define ALL(obj) (obj).begin(),(obj).end() int main(){ int n; cin >> n; vi x(n),y(n); rep(i,n) cin >> x[i] >> y[i]; vector dp(1<