专题文章
时长:00:00更新时间:2020-11-27 16:33:38
CodeforcesRound#282(Div.2)c_html/css_WEB-ITnose:/** * @brief Codeforces Round #282 (Div. 2) c * @file c.cpp * @author mianma * @created 2014/12/16 16:09 * @edited 2014/12/16 16:09 * @type math * @note */#include #include #include #include using namespace std;#define max(a, b) ((a) > (b)
查看详情