CodeforcesRound#282(Div.2)a_html/css【点击查看详情】
CodeforcesRound#282(Div.2)a_html/css_WEB-ITnose:/** * @brief Codeforces Round #282 (Div. 2) a * @file a.cpp * @author mianma * @created 2014/12/15 9:55 * @edited 2014/12/15 9:55 * @type math * @note */#include #include #include using namespace std;#define max(a, b) ((a) > (b) (a) : (b)