{"author_url":"https://blog.hatena.ne.jp/rokugats/","provider_name":"Hatena Blog","url":"https://rokugats-pc.hateblo.jp/entry/2014/02/22/054537","blog_title":"ICPC log","description":"\u87fb\u672c\u306e\u4f8b\u984c\u3002\u6700\u5927\u6d41\u554f\u984c\u3002 \u89e3\u8aac\u306f\u87fb\u672c\u306b\u8f09\u3063\u3066\u308b\u306e\u3067\u7701\u7565\u3002\u305d\u306e\u3046\u3061\u81ea\u5206\u3067\u66f8\u304f\u304b\u3082\u3002 #include<cstdio> #include<cstring> #include<vector> #define INF 1000000000 #define MAX_V 405 using namespace std; struct edge { int to, cap, rev_index; }; vector<edge> G[MAX_V]; bool used[MAX_V]; void add_edge(int from, int to){ G[from].push_back((edge){to, 1\u2026","blog_url":"https://rokugats-pc.hateblo.jp/","image_url":null,"type":"rich","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Frokugats-pc.hateblo.jp%2Fentry%2F2014%2F02%2F22%2F054537\" title=\"PKU POJ 3281 Dining - ICPC log\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","provider_url":"https://hatena.blog","author_name":"rokugats","title":"PKU POJ 3281 Dining","height":"190","version":"1.0","published":"2014-02-22 05:45:37","categories":["POJ","\u30d5\u30ed\u30fc","\u6700\u5927\u6d41\u30fb\u6700\u5c0f\u30ab\u30c3\u30c8","\u87fb\u672c"],"width":"100%"}