2016年3月25日
摘要: Problem Description Calculate S(n).S(n)=1^3+2^3 +3^3 +……+n^3 .Input Each line will contain one integer N(1 < n < 1000000000). Process to end ... 阅读全文
posted @ 2016-03-25 15:53 cnxo 阅读(115) 评论(0) 推荐(0) 编辑