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