摘要: 题目地址:http://codeforces.com/contest/486A题.Calculating Function奇偶性判断,简单推导公式。 1 #include 2 #include 3 4 using namespace std; 5 6 int main() 7 { 8 l... 阅读全文
posted @ 2014-12-01 20:59 SXISZERO 阅读(151) 评论(0) 推荐(0) 编辑